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.16 to 4.0.17

0

dist/index.d.ts

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

1

dist/index.js

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

tslib_1.__exportStar(require("./injector"), exports);
tslib_1.__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map
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
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./constructable"), exports);
//# sourceMappingURL=index.js.map

6

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

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

"dependencies": {
"@furystack/utils": "^1.1.9",
"@furystack/utils": "^1.1.10",
"reflect-metadata": "^0.1.13",

@@ -38,3 +38,3 @@ "tslib": "^1.11.1"

"typings": "./dist/index.d.ts",
"gitHead": "5bcb961f340d2283c0b929421e7d04f7b01852f0"
"gitHead": "7bc33e6ebee975d23e4e782e37e398472c726b1d"
}

@@ -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

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