Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@neoskop/injector

Package Overview
Dependencies
Maintainers
8
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neoskop/injector - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

flow-bump.yml

1

bundle/injector.bundle.js

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

exports.InjectionToken = core.InjectionToken;
exports.forwardRef = core.forwardRef;
exports.InjectorFactory = InjectorFactory;

@@ -1299,0 +1300,0 @@ exports.ɵisClassProvider = isClassProvider;

2

dist/public_api.d.ts
export * from './factory';
export * from './private_api';
export { Injector, StaticProvider, Inject, Optional, Host, Self, SkipSelf, Injectable, InjectionToken } from '@angular/core';
export { Injector, StaticProvider, Inject, Optional, Host, Self, SkipSelf, Injectable, InjectionToken, forwardRef } from '@angular/core';
export * from './factory';
export * from './private_api';
export { Injector, Inject, Optional, Host, Self, SkipSelf, Injectable, InjectionToken } from '@angular/core';
export { Injector, Inject, Optional, Host, Self, SkipSelf, Injectable, InjectionToken, forwardRef } from '@angular/core';
//# sourceMappingURL=public_api.js.map
{
"name": "@neoskop/injector",
"version": "1.1.1",
"version": "1.2.0",
"description": "A replacement for the core functionallity of the deprecated ReflectiveInjector from @angular/core",

@@ -54,3 +54,5 @@ "main": "bundle/injector.bundle.js",

"typescript": "2.5.3",
"zone.js": "0.8.20"
"zone.js": "0.8.20",
"@angular/core": "5.2.2",
"reflect-metadata": "0.1.12"
},

@@ -65,3 +67,3 @@ "nyc": {

},
"dependencies": {
"peerDependencies": {
"@angular/core": "5.2.2",

@@ -68,0 +70,0 @@ "reflect-metadata": "0.1.12"

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