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 2.0.4 to 2.0.5

13

dist/dependencies.js

@@ -5,8 +5,13 @@ "use strict";

function dependencies(...dependencies) {
return (constructor) => { var _a; return _a = class extends constructor {
},
_a.__dependencies = dependencies || [],
_a; };
return function (constructor) {
var _a;
const decoratedConstructor = (_a = class extends constructor {
},
_a.__dependencies = dependencies || [],
_a);
decoratedConstructor.className = constructor.name;
return decoratedConstructor;
};
}
exports.dependencies = dependencies;
//# sourceMappingURL=dependencies.js.map
{
"name": "cheap-di",
"version": "2.0.4",
"version": "2.0.5",
"description": "JavaScript dependency injection like Autofac in .Net",

@@ -5,0 +5,0 @@ "scripts": {

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