New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

r-editable

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

r-editable - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

docs/lodash.min.js

6

docs/webpack.config.js

@@ -59,4 +59,10 @@ var path = require('path');

amd: 'react-dom'
},
lodash: {
commonjs: 'lodash',
commonjs2: 'lodash',
amd: '_',
root: '_'
}
}
};

2

package.json
{
"name": "r-editable",
"version": "0.1.7",
"version": "0.1.8",
"description": "Simple editable field for React, supporting several input types",

@@ -5,0 +5,0 @@ "main": "dist/r-editable.min.js",

@@ -0,1 +1,2 @@

var webpack = require("webpack");

@@ -39,4 +40,17 @@ module.exports = {

amd: 'react-dom'
},
lodash: {
commonjs: 'lodash',
commonjs2: 'lodash',
amd: '_',
root: '_'
}
}
},
plugins: [
new webpack.DefinePlugin({
'process.env':{
'NODE_ENV': JSON.stringify('production')
}
})
]
};

@@ -48,4 +48,10 @@ var webpack = require("webpack");

amd: 'react-dom'
},
lodash: {
commonjs: 'lodash',
commonjs2: 'lodash',
amd: '_',
root: '_'
}
}
};

Sorry, the diff of this file is not supported yet

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