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.1.0 to 2.1.1

3

index.d.ts

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

export { InjectionToken, OpaqueToken } from './injection_token';
export { Class } from './util/decorators';
export { Class, TypeDecorator, makeDecorator } from './util/decorators';
export { Type } from './facade/type';

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

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

@@ -1778,2 +1778,4 @@ (function (global, factory) {

exports.Class = Class;
exports.makeDecorator = makeDecorator;
exports.Type = Type;
exports.Inject = Inject;

@@ -1780,0 +1782,0 @@ exports.Optional = Optional;

{
"name": "injection-js",
"version": "2.1.0",
"version": "2.1.1",
"description": "Dependency Injection library for JavaScript and TypeScript",

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

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

**Note**: you will need to enable the TypeScript flags `experimentalDecorators` and `emitDecoratorMetadata` to make this work.
## ES6

@@ -55,0 +57,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