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

@furystack/inject

Package Overview
Dependencies
Maintainers
1
Versions
151
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.21 to 4.0.24

0

dist/index.d.ts

@@ -0,0 +0,0 @@ export * from './injectable';

@@ -0,0 +0,0 @@ "use strict";

export {};
//# sourceMappingURL=inject.spec.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import 'reflect-metadata';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Disposable } from '@furystack/utils';

@@ -0,0 +0,0 @@ "use strict";

export {};
//# sourceMappingURL=injector.spec.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=constructable.js.map
export * from './constructable';
//# sourceMappingURL=index.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

8

package.json
{
"name": "@furystack/inject",
"version": "4.0.21",
"version": "4.0.24",
"description": "Core FuryStack package",

@@ -29,3 +29,3 @@ "main": "dist/index.js",

"dependencies": {
"@furystack/utils": "^1.1.12",
"@furystack/utils": "^1.1.15",
"reflect-metadata": "^0.1.13",

@@ -35,6 +35,6 @@ "tslib": "^1.11.1"

"devDependencies": {
"@types/jest": "^25.1.4"
"@types/jest": "^25.2.1"
},
"typings": "./dist/index.d.ts",
"gitHead": "4b80b998c48b129de1ecfdd794ab7e0775ceffbf"
"gitHead": "93cb149e47515e02ac02a41a5c3a4fed94df014f"
}

@@ -0,0 +0,0 @@ # @furystack/inject

export * from './injectable'
export * from './injector'
export * from './types'

@@ -0,0 +0,0 @@ import { Injectable } from './injectable'

@@ -0,0 +0,0 @@ import 'reflect-metadata'

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

export * from './constructable'

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