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 2.5.16 to 2.5.17

11

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

@@ -10,6 +10,5 @@ "module": "src/index.js",

"scripts": {
"clean": "rm -r dist || true",
"build": "NODE_ENV=production tsc && npm run clean && envoy-devtool --envoyPackage && yarn bundle-ts && mv bld/index.d.ts dist/",
"build-staging": "tsc && npm run clean && envoy-devtool --envoyPackage && yarn bundle-ts && mv src/*.d.ts dist/",
"bundle-ts": "./node_modules/.bin/dts-bundle-generator -o src/inject.d.ts src/inject.ts && ./node_modules/.bin/dts-bundle-generator -o src/EventEmitter.d.ts src/EventEmitter.ts && ./node_modules/.bin/dts-bundle-generator -o src/Provider.d.ts src/Provider.ts && ./node_modules/.bin/dts-bundle-generator -o src/makeReactive.d.ts src/makeReactive.ts && ./node_modules/.bin/dts-bundle-generator -o src/connect.d.ts src/connect.ts && ./node_modules/.bin/dts-bundle-generator -o src/index.d.ts src/index.ts",
"clean": "rm -r dist || true && rm -r bld || true",
"build": "NODE_ENV=production npm run clean && tsc && envoy-devtool --envoyPackage",
"build-staging": "npm run clean && tsc && envoy-devtool --envoyPackage",
"test": "BABEL_ENV=test jest --watch"

@@ -20,3 +19,3 @@ },

"dependencies": {
"mesh-envoy-component": "^2.5.16",
"mesh-envoy-component": "^2.5.17",
"mesh-envoy-shared": "^2.5.13",

@@ -23,0 +22,0 @@ "mobx": "^3.1.7"

@@ -5,3 +5,3 @@ {

"target": "es2015", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
"module": "es2015", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
"module": "esnext", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
// "lib": [], /* Specify library files to be included in the compilation. */

@@ -8,0 +8,0 @@ // "allowJs": true, /* Allow javascript files to be compiled. */

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