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

draftjs-utils

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

draftjs-utils - npm Package Compare versions

Comparing version 0.7.5 to 0.8.0

23

config/webpack.prod.config.js

@@ -7,3 +7,3 @@ var path = require('path');

entry: [
'./js/index'
'./js/index',
],

@@ -15,13 +15,12 @@ output: {

},
externals: {
immutable: 'immutable',
'draft-js': 'draft-js',
},
plugins: [
new webpack.DefinePlugin({
'process.env': {
'NODE_ENV': JSON.stringify('production')
}
}),
new webpack.optimize.UglifyJsPlugin({
compressor: {
warnings: false
}
})
warnings: false,
},
}),
],

@@ -32,5 +31,5 @@ module: {

loaders: ['babel-loader'],
include: path.join(__dirname, '../js')
}]
}
include: path.join(__dirname, '../js'),
}],
},
};
{
"name": "draftjs-utils",
"version": "0.7.5",
"version": "0.8.0",
"description": "Collection of utility function for use with Draftjs.",
"main": "lib/draftjs-utils.js",
"dependencies": {
"peerDependencies": {
"draft-js": "^0.10.x",
"immutable": "^3.x.x"
},
"peerDependencies": {
"draft-js": "^0.10.x"
},
"devDependencies": {

@@ -22,2 +20,3 @@ "babel-core": "^6.23.1",

"draft-js": "^0.10.0",
"immutable": "^3.x.x",
"enzyme": "^2.7.1",

@@ -24,0 +23,0 @@ "eslint": "^3.17.1",

Sorry, the diff of this file is too big to display

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