column-resizer
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -0,1 +1,8 @@ | ||
<a name="v1.3.3"></a> | ||
# [v1.3.3](https://github.com/MonsantoCo/column-resizer/compare/v1.3.2...v1.3.3) (2019-07-15) | ||
## Bug fixes | ||
## Enhancement | ||
* Security update [9c78f7f](https://github.com/MonsantoCo/column-resizer/commit/9c78f7f70e271f10b6f92e987e4e24be3c3d90d5) (2019-07-15) | ||
<a name="v1.3.2"></a> | ||
@@ -2,0 +9,0 @@ # [v1.3.2](https://github.com/MonsantoCo/column-resizer/compare/v1.3.1...v1.3.2) (2019-06-05) |
{ | ||
"name": "column-resizer", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Javascript to resize table columns", | ||
@@ -12,5 +12,6 @@ "title": "ColumnResizer", | ||
"scripts": { | ||
"test": "mocha-chrome test/sample1.html", | ||
"build": "cross-env NODE_ENV=production webpack -p", | ||
"lint": "eslint src/*.js test/*.js" | ||
"test": "npm run build && mocha-chrome test/sample1.html", | ||
"build": "npm run clean && cross-env NODE_ENV=production webpack -p", | ||
"lint": "eslint src/*.js test/*.js", | ||
"clean": "rimraf dist/*" | ||
}, | ||
@@ -39,19 +40,20 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/cli": "~7.4.4", | ||
"@babel/core": "~7.4.5", | ||
"@babel/plugin-proposal-class-properties": "~7.4.4", | ||
"@babel/preset-env": "~7.4.5", | ||
"@babel/cli": "^7.5.0", | ||
"@babel/core": "~7.5.4", | ||
"@babel/plugin-proposal-class-properties": "~7.5.0", | ||
"@babel/preset-env": "~7.5.4", | ||
"@babel/register": "~7.4.4", | ||
"@babel/runtime": "~7.4.5", | ||
"babel-eslint": "~10.0.1", | ||
"@babel/runtime": "~7.5.4", | ||
"babel-eslint": "~10.0.2", | ||
"babel-loader": "~8.0.6", | ||
"chai": "~4.2.0", | ||
"cross-env": "~5.2.0", | ||
"eslint": "~5.16.0", | ||
"eslint": "~6.0.1", | ||
"jsdom": "~15.1.1", | ||
"mocha": "~6.1.4", | ||
"mocha-chrome": "~2.0.0", | ||
"rimraf": "~2.6.3", | ||
"uglifyjs-webpack-plugin": "~2.1.3", | ||
"webpack": "~4.33.0", | ||
"webpack-cli": "~3.3.2" | ||
"webpack": "^4.35.3", | ||
"webpack-cli": "~3.3.6" | ||
}, | ||
@@ -58,0 +60,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
0
134515
18
19