Skip to content

Commit

Permalink
Merge pull request RhoInc#327 from RhoInc/1.7.1
Browse files Browse the repository at this point in the history
security patch
  • Loading branch information
Natalia Andriychuk authored May 7, 2021
2 parents 9697e07 + b013c8e commit 11b8d56
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 33 deletions.
57 changes: 26 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webcodebook",
"version": "1.7.0",
"version": "1.7.1",
"description": "Interactive data set summaries",
"keywords": [
"data",
Expand Down
2 changes: 1 addition & 1 deletion settings-schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "",
"overview": "The most straightforward way to customize a codebook is to define a settings object whose properties describe the codebook's behavior and appearance. The settings object can be passed as the second argument to `webcodebook.createCodebook()` (or its alias `webcodebook.createChart()`). All defaults can be overwritten by users when creating a codebook. Parameters for the settings object are described in detail below.",
"version": "1.4.0",
"version": "1.7.1",
"type": "object",
"properties": {
"filters": {
Expand Down

0 comments on commit 11b8d56

Please sign in to comment.