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

@spinajs/di

Package Overview
Dependencies
Maintainers
1
Versions
292
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/di - npm Package Compare versions

Comparing version 2.0.180 to 2.0.181

0

lib/cjs/array.d.ts

@@ -0,0 +0,0 @@ import { Class } from './types.js';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IBind, IContainer, ResolvableObject } from './interfaces.js';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { TypedArray } from './array.js';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IAutoinjectOptions, IInjectDescriptor } from './interfaces.js';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

2

lib/cjs/enums.js

@@ -35,3 +35,3 @@ "use strict";

ResolveType[ResolveType["PerInstanceCheck"] = 4] = "PerInstanceCheck";
})(ResolveType = exports.ResolveType || (exports.ResolveType = {}));
})(ResolveType || (exports.ResolveType = ResolveType = {}));
//# sourceMappingURL=enums.js.map

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { TypedArray } from './array.js';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from './interfaces.js';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { TypedArray } from './array.js';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IBind, IContainer, AsyncService, ResolvableObject } from './interfaces.js';

@@ -25,3 +25,2 @@ "use strict";

};
var _a;
Object.defineProperty(exports, "__esModule", { value: true });

@@ -211,3 +210,3 @@ exports.__spinajs_require__ = exports.child = exports.checkType = exports.check = exports.has = exports.getRegisteredTypes = exports.get = exports.resolve = exports.uncache = exports.unregister = exports.register = exports.dispose = exports.clearCache = exports.clearRegistry = exports.clear = exports.eventNames = exports.prependOnceListener = exports.prependListener = exports.listenerCount = exports.emit = exports.rawListeners = exports.listeners = exports.getMaxListeners = exports.setMaxListeners = exports.removeAllListeners = exports.off = exports.removeListener = exports.once = exports.addListener = exports.on = exports.setESMModuleSupport = exports.RootContainer = void 0;

if (isESM && isESM.mjs) {
const result = await (_a = `file://${module}`, Promise.resolve().then(() => __importStar(require(_a))));
const result = await Promise.resolve(`${`file://${module}`}`).then(s => __importStar(require(s)));
return result.default ?? result;

@@ -214,0 +213,0 @@ }

@@ -0,0 +0,0 @@ import { IContainer } from './interfaces.js';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map

@@ -0,0 +0,0 @@ import { Class } from './types.js';

@@ -0,0 +0,0 @@ export class TypedArray extends Array {

@@ -0,0 +0,0 @@ import { IBind, IContainer, ResolvableObject } from './interfaces.js';

@@ -0,0 +0,0 @@ import { BindException } from './exceptions.js';

@@ -0,0 +0,0 @@ import { TypedArray } from './array.js';

@@ -0,0 +0,0 @@ import { getTypeName } from './helpers.js';

@@ -0,0 +0,0 @@ /// <reference types="node" resolution-mode="require"/>

@@ -0,0 +0,0 @@ import { InvalidArgument } from '@spinajs/exceptions';

@@ -0,0 +0,0 @@ import { IAutoinjectOptions, IInjectDescriptor } from './interfaces.js';

@@ -0,0 +0,0 @@ import { ResolveType } from './enums.js';

@@ -0,0 +0,0 @@ /**

@@ -32,3 +32,3 @@ /**

ResolveType[ResolveType["PerInstanceCheck"] = 4] = "PerInstanceCheck";
})(ResolveType = ResolveType || (ResolveType = {}));
})(ResolveType || (ResolveType = {}));
//# sourceMappingURL=enums.js.map

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { TypedArray } from './array.js';

@@ -0,0 +0,0 @@ import { AsyncService, SyncService } from './interfaces.js';

@@ -0,0 +0,0 @@ export * from './interfaces.js';

@@ -0,0 +0,0 @@ export * from './interfaces.js';

@@ -0,0 +0,0 @@ /// <reference types="node" resolution-mode="require"/>

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { TypedArray } from './array.js';

@@ -0,0 +0,0 @@ import { InvalidArgument, InvalidOperation } from '@spinajs/exceptions';

@@ -0,0 +0,0 @@ import { IBind, IContainer, AsyncService, ResolvableObject } from './interfaces.js';

@@ -0,0 +0,0 @@ import { Container } from './container.js';

@@ -0,0 +0,0 @@ import { IContainer } from './interfaces.js';

export {};
//# sourceMappingURL=types.js.map
{
"name": "@spinajs/di",
"version": "2.0.180",
"version": "2.0.181",
"description": "lightweight di container ",

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

"dependencies": {
"@spinajs/exceptions": "^2.0.180",
"@spinajs/exceptions": "^2.0.181",
"lodash": "^4.17.21",

@@ -56,0 +56,0 @@ "reflect-metadata": "^0.1.13"

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