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

reactive-di

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactive-di - npm Package Compare versions

Comparing version 3.1.3 to 3.1.4

2

dist/adapters/ReactComponentFactory.js

@@ -1,3 +0,1 @@

'use strict';
exports.__esModule = true;

@@ -4,0 +2,0 @@

@@ -1,3 +0,1 @@

'use strict';
exports.__esModule = true;

@@ -4,0 +2,0 @@ exports.deps = deps;

2

dist/commonInterfaces.js

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

'use strict';
//# sourceMappingURL=commonInterfaces.js.map

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

'use strict';
exports.__esModule = true;
exports.default = undefined;

@@ -6,0 +3,0 @@ var _debugName = require('../utils/debugName');

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

'use strict';
//# sourceMappingURL=interfaces.js.map

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

'use strict';
exports.__esModule = true;
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
exports.wrapFunction = wrapFunction;

@@ -96,3 +91,3 @@ exports.default = wrapObject;

} else if (typeof propName === 'string' && propName[0] !== '_') {
if (prop && (typeof prop === 'undefined' ? 'undefined' : _typeof(prop)) === 'object' && prop.__rdiSetter) {
if (prop && typeof prop === 'object' && prop.__rdiSetter) {
prop.displayName = ref.displayName + '.' + propName;

@@ -99,0 +94,0 @@ result[propName] = prop;

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

'use strict';
exports.__esModule = true;
exports.default = undefined;

@@ -6,0 +3,0 @@ var _resolveArgs = require('../utils/resolveArgs');

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

'use strict';
exports.__esModule = true;
exports.default = undefined;

@@ -6,0 +3,0 @@ var _debugName = require('../utils/debugName');

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

'use strict';
exports.__esModule = true;
exports.default = undefined;

@@ -6,0 +3,0 @@ var _Hook = require('../hook/Hook');

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

'use strict';
//# sourceMappingURL=interfaces.js.map

@@ -1,8 +0,3 @@

'use strict';
exports.__esModule = true;
exports.default = undefined;
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
var _Source = require('./source/Source');

@@ -174,3 +169,3 @@

var argDep = argDeps[i];
if ((typeof argDep === 'undefined' ? 'undefined' : _typeof(argDep)) === 'object') {
if (typeof argDep === 'object') {
var values = [];

@@ -177,0 +172,0 @@ for (var prop in argDep) {

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

'use strict';
exports.__esModule = true;
exports.default = undefined;

@@ -6,0 +3,0 @@ var _Notifier = require('./hook/Notifier');

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

'use strict';
exports.__esModule = true;
exports.default = undefined;

@@ -6,0 +3,0 @@ var _fastCreate = require('../utils/fastCreate');

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

'use strict';
//# sourceMappingURL=interfaces.js.map

@@ -1,3 +0,1 @@

'use strict';
exports.__esModule = true;

@@ -4,0 +2,0 @@

@@ -1,3 +0,1 @@

'use strict';
exports.__esModule = true;

@@ -4,0 +2,0 @@ exports.AbstractSheetFactory = exports.DiFactory = exports.IndexCollection = exports.RecoverableError = exports.Updater = exports.Thenable = exports.debugName = exports.SourceStatus = exports.ReactComponentFactory = exports.getSrc = exports.copy = undefined;

@@ -1,3 +0,1 @@

'use strict';
exports.__esModule = true;

@@ -4,0 +2,0 @@ // eslint-disable-line

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

'use strict';
exports.__esModule = true;
exports.default = undefined;

@@ -6,0 +3,0 @@ var _debugName = require('./utils/debugName');

@@ -1,3 +0,1 @@

'use strict';
exports.__esModule = true;

@@ -4,0 +2,0 @@ exports.fromEvent = fromEvent;

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

'use strict';
//# sourceMappingURL=interfaces.js.map

@@ -1,3 +0,1 @@

"use strict";
exports.__esModule = true;

@@ -4,0 +2,0 @@

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

'use strict';
exports.__esModule = true;
exports.default = undefined;

@@ -6,0 +3,0 @@ var _interfaces = require('../interfaces');

@@ -1,3 +0,1 @@

'use strict';
exports.__esModule = true;

@@ -4,0 +2,0 @@

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

'use strict';
exports.__esModule = true;
exports.default = undefined;

@@ -6,0 +3,0 @@ var _debugName = require('../utils/debugName');

@@ -1,5 +0,3 @@

'use strict';
exports.__esModule = true;
exports.default = exports.RecoverableError = undefined;
exports.RecoverableError = undefined;

@@ -6,0 +4,0 @@ var _es6Error = require('es6-error');

@@ -1,8 +0,3 @@

'use strict';
exports.__esModule = true;
exports.default = undefined;
var _class, _temp;
var _interfaces = require('./interfaces');

@@ -12,3 +7,3 @@

var GenericThemeHook = (_temp = _class = function () {
var GenericThemeHook = function () {
function GenericThemeHook(sheetFactory) {

@@ -44,4 +39,6 @@ _classCallCheck(this, GenericThemeHook);

return GenericThemeHook;
}(), _class._rdiArg = [_interfaces.AbstractSheetFactory], _temp);
}();
GenericThemeHook._rdiArg = [_interfaces.AbstractSheetFactory];
exports.default = GenericThemeHook;
//# sourceMappingURL=GenericThemeHook.js.map

@@ -1,10 +0,6 @@

'use strict';
exports.__esModule = true;
var _class, _temp;
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
var AbstractSheetFactory = exports.AbstractSheetFactory = (_temp = _class = function () {
var AbstractSheetFactory = exports.AbstractSheetFactory = function () {
function AbstractSheetFactory() {

@@ -19,3 +15,7 @@ _classCallCheck(this, AbstractSheetFactory);

return AbstractSheetFactory;
}(), _class._rdiAbs = true, _class._rdiKey = 'AbstractSheetFactory', _class._rdiInst = true, _temp);
}();
AbstractSheetFactory._rdiAbs = true;
AbstractSheetFactory._rdiKey = 'AbstractSheetFactory';
AbstractSheetFactory._rdiInst = true;
//# sourceMappingURL=interfaces.js.map

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

'use strict';
exports.__esModule = true;
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
exports.default = debugName;

@@ -12,3 +7,3 @@ var STRIP_COMMENTS = /((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg;

function propToStr(prop) {
if ((typeof prop === 'undefined' ? 'undefined' : _typeof(prop)) === 'object' || typeof prop === 'function') {
if (typeof prop === 'object' || typeof prop === 'function') {
return String(prop);

@@ -21,3 +16,3 @@ }

function debugName(func) {
if (func === null || (typeof func === 'undefined' ? 'undefined' : _typeof(func)) !== 'object' && typeof func !== 'function') {
if (func === null || typeof func !== 'object' && typeof func !== 'function') {
return String(func);

@@ -32,3 +27,3 @@ }

var fn = (typeof func === 'undefined' ? 'undefined' : _typeof(func)) === 'object' ? func.constructor : func;
var fn = typeof func === 'object' ? func.constructor : func;

@@ -35,0 +30,0 @@ if (fn.displayName) {

@@ -1,3 +0,1 @@

"use strict";
exports.__esModule = true;

@@ -4,0 +2,0 @@

@@ -1,3 +0,1 @@

"use strict";
exports.__esModule = true;

@@ -4,0 +2,0 @@ exports.fastCreateObject = fastCreateObject;

@@ -1,3 +0,1 @@

'use strict';
exports.__esModule = true;

@@ -4,0 +2,0 @@

@@ -1,8 +0,4 @@

'use strict';
exports.__esModule = true;
exports.default = exports.fakeListener = exports.itemKey = undefined;
exports.fakeListener = exports.itemKey = undefined;
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
var _IdIndexer = require('./IdIndexer');

@@ -155,3 +151,3 @@

} else {
if ((typeof ptr === 'undefined' ? 'undefined' : _typeof(ptr)) !== 'object') {
if (typeof ptr !== 'object') {
throw new Error('Need an Item object as first argument');

@@ -158,0 +154,0 @@ }

@@ -1,3 +0,1 @@

"use strict";
exports.__esModule = true;

@@ -4,0 +2,0 @@ exports.default = resolveArgs;

@@ -1,3 +0,1 @@

"use strict";
exports.__esModule = true;

@@ -4,0 +2,0 @@

{
"name": "reactive-di",
"version": "3.1.3",
"version": "3.1.4",
"description": "Reactive dependency injection",

@@ -79,9 +79,9 @@ "publishConfig": {

"eslint-config-airplus": "^2.0.10",
"flow-bin": "^0.39.0",
"flow-bin": "^0.40.0",
"glob": "^7.1.1",
"html-webpack-plugin": "^2.28.0",
"husky": "^0.13.1",
"inferno": "^1.2.2",
"inferno-component": "^1.2.2",
"inferno-create-element": "^1.2.2",
"inferno": "^1.3.0-rc.4",
"inferno-component": "^1.3.0-rc.5",
"inferno-create-element": "^1.3.0-rc.5",
"inferno-dom": "^1.0.7",

@@ -103,5 +103,5 @@ "jsdom": "^9.11.0",

"es6-error": "^4.0.2",
"flow-bin": "^0.39.0",
"inferno": "^1.2.2"
"flow-bin": "^0.40.0",
"inferno": "^1.3.0-rc.4"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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