New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

injection-js

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

injection-js - npm Package Compare versions

Comparing version 2.2.2 to 2.3.0

util/resolve_dependencies.d.ts

1

index.d.ts

@@ -22,2 +22,3 @@ /**

export { Class, TypeDecorator, makeDecorator } from './util/decorators';
export { resolveDependencies } from './util/resolve_dependencies';
export { Type, isType } from './facade/type';

@@ -21,3 +21,4 @@ /**

export { Class, makeDecorator } from './util/decorators';
export { resolveDependencies } from './util/resolve_dependencies';
export { Type, isType } from './facade/type';
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "injection-js",
"version": "2.2.2",
"version": "2.3.0",
"description": "Dependency Injection library for JavaScript and TypeScript",

@@ -5,0 +5,0 @@ "main": "injection.bundle.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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