Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

column-resizer

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

column-resizer - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

7

CHANGELOG.md

@@ -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)

28

package.json
{
"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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc