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

mesh-envoy-mobx

Package Overview
Dependencies
Maintainers
1
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mesh-envoy-mobx - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

14

package.json
{
"name": "mesh-envoy-mobx",
"version": "1.0.20",
"version": "1.0.21",
"main": "dist/dist.js",

@@ -12,3 +12,3 @@ "module": "src/index.js",

"flow": "flow",
"test": "BABEL_ENV=test jest"
"test": "BABEL_ENV=test jest --watch"
},

@@ -18,3 +18,3 @@ "repository": {},

"dependencies": {
"mesh-envoy-component": "^1.0.20",
"mesh-envoy-component": "^1.0.21",
"mesh-envoy-shared": "^1.0.17",

@@ -35,5 +35,9 @@ "mobx": "^3.1.7"

"transformIgnorePatterns": [
"node_modules/(?!mesh-envoy-shared)"
]
"node_modules/"
],
"moduleNameMapper": {
"mesh-envoy-shared": "<rootDir>/node_modules/mesh-envoy-shared/dist/dist.js",
"mesh-envoy-component": "<rootDir>/../mesh-envoy-component/src"
}
}
}
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