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 8.0.1 to 8.0.2

esm/index.d.ts

8

esm/index.js

@@ -1,5 +0,5 @@

export * from './injectable';
export * from './injector';
export * from './injected';
export * from './models';
export * from './injectable.js';
export * from './injector.js';
export * from './injected.js';
export * from './models/index.js';
//# sourceMappingURL=index.js.map

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

import { Injector } from './injector';
import { Injector } from './injector.js';
/**

@@ -3,0 +3,0 @@ * The default options for the injectable classes

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

import { Injector } from './injector';
import { Injector } from './injector.js';
export const Injected = (ctor) => (target, propertyKey) => {

@@ -3,0 +3,0 @@ const targetCtor = target.constructor;

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

export * from './constructable';
export * from './constructable.js';
//# sourceMappingURL=index.js.map
{
"name": "@furystack/inject",
"version": "8.0.1",
"version": "8.0.2",
"description": "Core FuryStack package",

@@ -11,12 +11,3 @@ "type": "module",

".": {
"import": "./esm/index.js",
"types": "./types/index.d.ts"
},
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"*": [
"types/*"
]
"import": "./esm/index.js"
}

@@ -50,3 +41,3 @@ },

"dependencies": {
"@furystack/utils": "^4.0.1"
"@furystack/utils": "^4.0.2"
},

@@ -53,0 +44,0 @@ "devDependencies": {

@@ -1,4 +0,4 @@

export * from './injectable'
export * from './injector'
export * from './injected'
export * from './models'
export * from './injectable.js'
export * from './injector.js'
export * from './injected.js'
export * from './models/index.js'

@@ -1,3 +0,3 @@

import { Injector } from './injector'
import type { Constructable } from './models/constructable'
import { Injector } from './injector.js'
import type { Constructable } from './models/constructable.js'

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

@@ -1,3 +0,3 @@

import { Injector } from './injector'
import type { Constructable } from './models/constructable'
import { Injector } from './injector.js'
import type { Constructable } from './models/constructable.js'

@@ -4,0 +4,0 @@ export const Injected: <T extends Constructable<unknown>>(ctor: T) => PropertyDecorator =

import type { Disposable } from '@furystack/utils'
import type { InjectableOptions } from './injectable'
import type { Constructable } from './models/constructable'
import type { InjectableOptions } from './injectable.js'
import type { Constructable } from './models/constructable.js'

@@ -5,0 +5,0 @@ export class Injector implements Disposable {

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

export * from './constructable'
export * from './constructable.js'

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

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