Socket
Socket
Sign inDemoInstall

mana-syringe

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mana-syringe - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

dist/container.d.ts.map

1

dist/container.d.ts

@@ -28,1 +28,2 @@ import type { interfaces } from 'inversify';

export declare const register: Syringe.Register;
//# sourceMappingURL=container.d.ts.map
export {};
//# sourceMappingURL=container.spec.d.ts.map

@@ -16,1 +16,2 @@ import { Syringe } from '../core';

export declare const Provider: Syringe.DefinedToken;
//# sourceMappingURL=contribution-protocol.d.ts.map

@@ -12,1 +12,2 @@ import type { Syringe } from '../core';

}
//# sourceMappingURL=contribution-provider.d.ts.map

@@ -5,1 +5,2 @@ import { Syringe } from '../core';

export declare function contributionRegister(registerMethod: Syringe.Register, identifier: Syringe.DefinedToken, option?: Option): void;
//# sourceMappingURL=contribution-register.d.ts.map
import type { Syringe } from '../core';
export declare const contrib: (token: Syringe.Named) => (target: any, targetKey: string, index?: number | undefined) => void;
//# sourceMappingURL=decorator.d.ts.map

@@ -12,1 +12,2 @@ import * as Protocol from './contribution-protocol';

}
//# sourceMappingURL=index.d.ts.map
import 'reflect-metadata';
//# sourceMappingURL=index.spec.d.ts.map

@@ -108,1 +108,2 @@ import 'reflect-metadata';

}
//# sourceMappingURL=core.d.ts.map

@@ -9,1 +9,2 @@ import type { Decorator } from './core';

export { postConstruct, optional, unmanaged, decorate } from 'inversify';
//# sourceMappingURL=decorator.d.ts.map
export {};
//# sourceMappingURL=decorator.spec.d.ts.map

@@ -7,1 +7,2 @@ export * from './decorator';

export * from './side-option';
//# sourceMappingURL=index.d.ts.map

@@ -15,1 +15,2 @@ import type { interfaces } from 'inversify';

export * from './inversify-protocol';
//# sourceMappingURL=index.d.ts.map
import 'reflect-metadata';
//# sourceMappingURL=index.spec.d.ts.map

@@ -13,1 +13,2 @@ import type { interfaces } from 'inversify';

export declare function isInversifyRegister(data: Record<any, any>): data is InversifyRegister;
//# sourceMappingURL=inversify-protocol.d.ts.map

@@ -5,1 +5,2 @@ import type { Syringe } from '../core';

export declare function Module(register?: Syringe.Registry): SyringeModule;
//# sourceMappingURL=index.d.ts.map
export {};
//# sourceMappingURL=index.spec.d.ts.map

@@ -22,1 +22,2 @@ import type { Syringe } from '../core';

export {};
//# sourceMappingURL=syringe-module.d.ts.map

@@ -34,1 +34,2 @@ import type { interfaces } from 'inversify';

}
//# sourceMappingURL=register.d.ts.map
export {};
//# sourceMappingURL=register.spec.d.ts.map
import type { Syringe } from './core';
export declare const OptionSymbol: unique symbol;
export declare const registerSideOption: <T = any, R = any>(option: Syringe.InjectOption<R>, target: T) => void;
//# sourceMappingURL=side-option.d.ts.map
export {};
//# sourceMappingURL=side-option.spec.d.ts.map

12

package.json

@@ -9,6 +9,6 @@ {

"description": "IoC library for mana, easily to use.",
"version": "0.3.0",
"typings": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"version": "0.3.1",
"typings": "lib/index.d.ts",
"main": "lib/index.js",
"module": "es/index.js",
"unpkg": "dist/index.umd.min.js",

@@ -19,2 +19,4 @@ "files": [

"dist",
"es",
"lib",
"src"

@@ -32,3 +34,3 @@ ],

},
"gitHead": "b57985192b7ff475d7ace7423519cf096d12174a"
"gitHead": "d69ec2f52849705ca5e771cb7ecb3b16fda15062"
}

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