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

isomorphic-library

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isomorphic-library - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

lib/main.js

14

package.json
{
"name": "isomorphic-library",
"description": "isomorphic library with WebPack",
"main": "index.js",
"main": "lib/main.js",
"scripts": {
"build": "webpack -p --env production --config webpack.prod.js",
"build": "webpack --env production --config webpack.prod.js",
"commit": "npx git-cz",

@@ -12,3 +12,3 @@ "commitmsg": "npx validate-commit-msg",

"files": [
"dist/"
"lib/"
],

@@ -21,2 +21,4 @@ "author": "ridermansb <ridermansb@gmail.com>",

"babel-loader": "7.1.2",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-polyfill": "6.26.0",

@@ -27,6 +29,6 @@ "babel-preset-env": "1.6.0",

"cz-conventional-changelog": "2.0.0",
"semantic-release": "^8.0.3",
"validate-commit-msg": "2.14.0",
"webpack": "3.6.0",
"webpack-merge": "4.1.0",
"semantic-release": "^8.0.3"
"webpack-merge": "4.1.0"
},

@@ -47,3 +49,3 @@ "config": {

},
"version": "1.0.0"
"version": "1.1.0"
}
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