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.0.0-rc.2 to 2.0.0

1

index.d.ts

@@ -21,1 +21,2 @@ /**

export { InjectionToken, OpaqueToken } from './injection_token';
export { Class } from './util/decorators';

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

export { InjectionToken, OpaqueToken } from './injection_token';
export { Class } from './util/decorators';
//# sourceMappingURL=index.js.map

@@ -1731,2 +1731,3 @@ (function (global, factory) {

exports.OpaqueToken = OpaqueToken;
exports.Class = Class;
exports.Inject = Inject;

@@ -1733,0 +1734,0 @@ exports.Optional = Optional;

2

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

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

@@ -5,4 +5,6 @@ [![Build Status](https://travis-ci.org/mgechev/injection-js.svg?branch=master)](https://travis-ci.org/mgechev/injection-js)

Dependency injection library for JavaScript and TypeScript in **6.6K**. It is an extraction of the Angular's dependency injection which means that it's feature complete, fast, reliable and well tested.
Dependency injection library for JavaScript and TypeScript in **5.1K**. It is an extraction of the Angular's dependency injection which means that it's feature complete, fast, reliable and well tested.
**Up-to-date with Angular 4**.
# How to use?

@@ -9,0 +11,0 @@

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