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

cheap-di

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cheap-di - npm Package Compare versions

Comparing version 4.0.0-rc-6 to 4.0.0-rc-7

4

dist/cjs/index.js

@@ -43,2 +43,6 @@ "use strict";

};
// runtime polyfill
if (Symbol.metadata == null) {
Symbol.metadata = Symbol('cheap-di Symbol.metadata polyfill');
}
//# sourceMappingURL=index.js.map

@@ -27,2 +27,6 @@ export * from './cheapDiSymbol.js';

};
// runtime polyfill
if (Symbol.metadata == null) {
Symbol.metadata = Symbol('cheap-di Symbol.metadata polyfill');
}
//# sourceMappingURL=index.js.map

@@ -27,1 +27,9 @@ export * from './cheapDiSymbol.js';

export default _default;
declare global {
interface SymbolConstructor {
readonly metadata: unique symbol;
}
interface Function {
[Symbol.metadata]: DecoratorMetadata | null;
}
}

2

package.json
{
"name": "cheap-di",
"description": "TypeScript dependency injection like Autofac in .Net",
"version": "4.0.0-rc-6",
"version": "4.0.0-rc-7",
"scripts": {

@@ -6,0 +6,0 @@ "compile": "tsc --build tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json",

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