Socket
Socket
Sign inDemoInstall

mobx-remotedev

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-remotedev - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2-alpha-1

2

lib/index.js
'use strict';
if (process.env.NODE_ENV === 'development') {
if (process.env.NODE_ENV !== 'production') {
module.exports = require('./dev').default; // eslint-disable-line global-require

@@ -5,0 +5,0 @@ } else {

{
"name": "mobx-remotedev",
"version": "0.0.1",
"version": "0.0.2-alpha-1",
"description": "Remote debugging for mobx.",

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

"build:lib": "babel src --out-dir lib",
"build:umd": "webpack src/index.js dist/mobx-remotedev.js --config webpack.config.development.js",
"build:umd": "NODE_ENV=development webpack src/index.js dist/mobx-remotedev.js --config webpack.config.development.js",
"build:umd:min": "webpack src/index.js dist/mobx-remotedev.min.js --config webpack.config.production.js",

@@ -25,11 +25,2 @@ "build": "npm run build:lib && npm run build:umd && npm run build:umd:min",

},
"keywords": [
"mobx",
"devtools",
"flux",
"react",
"hot reloading",
"time travel",
"live edit"
],
"author": "Mihail Diordiev <zalmoxisus@gmail.com> (https://github.com/zalmoxisus)",

@@ -36,0 +27,0 @@ "license": "MIT",

@@ -1,2 +0,2 @@

if (process.env.NODE_ENV === 'development') {
if (process.env.NODE_ENV !== 'production') {
module.exports = require('./dev').default; // eslint-disable-line global-require

@@ -3,0 +3,0 @@ } else {

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