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 1.0.0 to 1.1.0

dist/types/Constructor.d.ts

4

dist/container.d.ts

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

import { IContainer } from "./interfaces/IContainer";
declare const container: IContainer;
import { Container } from './types';
declare const container: Container;
export { container };
export * from './container';
export * from './types';

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

tslib_1.__exportStar(require("./container"), exports);
tslib_1.__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map
{
"name": "cheap-di",
"version": "1.0.0",
"version": "1.1.0",
"description": "JavaScript dependency injection like Autofac in .Net",

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

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