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

soft-router

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

soft-router - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

.babelrc

6

package.json
{
"name": "soft-router",
"version": "0.1.5",
"version": "0.1.6",
"description": "舒服路由",
"main": "dist/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"test": "node test/test.js",
"pub": "npm publish --access public"

@@ -22,2 +22,3 @@ },

"dependencies": {
"@babel/runtime": "^7.3.1",
"lodash.isequal": "^4.5.0"

@@ -27,2 +28,3 @@ },

"@babel/core": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",

@@ -29,0 +31,0 @@ "babel-loader": "^8.0.5"

@@ -7,3 +7,4 @@

output: {
filename: 'dist/bundle.js'
filename: 'dist/bundle.js',
libraryTarget: "umd"
},

@@ -10,0 +11,0 @@ module: {

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