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

immutable-form

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immutable-form - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

6

package.json
{
"name": "immutable-form",
"version": "0.0.7",
"version": "0.0.8",
"description": "",

@@ -44,3 +44,2 @@ "main": "lib/index.js",

"mocha": "^3.1.2",
"redux-logger": "^2.7.4",
"sinon": "^1.17.6",

@@ -52,2 +51,5 @@ "sinon-chai": "^2.8.0",

},
"optionalDependencies": {
"redux-logger": "^2.7.4"
},
"dependencies": {

@@ -54,0 +56,0 @@ "immutable": "^3.8.1",

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

target: 'node',
externals: [nodeExternals()],
externals: [
nodeExternals(), {
"redux-logger": "redux-logger",
}],
output: {

@@ -10,0 +13,0 @@ path: path.join(__dirname, '/lib'),

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