Socket
Socket
Sign inDemoInstall

@furystack/inject

Package Overview
Dependencies
Maintainers
1
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@furystack/inject - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

2

dist/Injector.d.ts

@@ -1,2 +0,2 @@

import { Disposable } from '@sensenet/client-utils';
import { Disposable } from '@furystack/utils';
import { Constructable } from './Types/Constructable';

@@ -3,0 +3,0 @@ /**

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

}
exports.Injector = Injector;
/**

@@ -119,3 +120,2 @@ * Static class metadata map, filled by the @Injectable() decorator

Injector.meta = new Map();
exports.Injector = Injector;
//# sourceMappingURL=Injector.js.map
{
"name": "@furystack/inject",
"version": "4.0.2",
"version": "4.0.3",
"description": "Core FuryStack package",

@@ -44,12 +44,7 @@ "main": "dist/index.js",

"dependencies": {
"@sensenet/client-utils": "^1.5.1",
"@furystack/utils": "^1.0.1",
"reflect-metadata": "^0.1.13"
},
"config": {
"commitizen": {
"path": "sensenet-kfi-cz-conventional-changelog"
}
},
"typings": "./dist/index.d.ts",
"gitHead": "a1e3f2d18e83c7856ccd2015514541a8aba15c77"
"gitHead": "447a99a5875e78962e9d7a9483ceae54ac9aec2d"
}

@@ -1,2 +0,2 @@

import { Disposable } from '@sensenet/client-utils'
import { Disposable } from '@furystack/utils'
import { defaultInjectableOptions } from './Injectable'

@@ -3,0 +3,0 @@ import { Constructable } from './Types/Constructable'

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