Socket
Socket
Sign inDemoInstall

mobx-remotedev

Package Overview
Dependencies
21
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.3 to 0.3.4

6

lib/index.js
"use strict";
var _getDecorator = _interopRequireDefault(require("./getDecorator"));
var getDecorator = require('./getDecorator').default;
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
if (process.env.NODE_ENV === 'development') {
module.exports = require('./dev').default; // eslint-disable-line global-require
} else {
module.exports = (0, _getDecorator.default)(function (store) {
module.exports = getDecorator(function (store) {
return store;
});
}
{
"name": "mobx-remotedev",
"version": "0.3.3",
"version": "0.3.4",
"description": "Remote debugging for mobx.",
"main": "lib/index.js",
"module": "src/index.js",
"files": [

@@ -44,3 +45,2 @@ "index.d.ts",

"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",

@@ -47,0 +47,0 @@ "babel-loader": "^8.0.5",

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

import getDecorator from './getDecorator';
const getDecorator = require('./getDecorator').default;

@@ -3,0 +3,0 @@ if (process.env.NODE_ENV === 'development') {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc