🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

assemblerjs

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assemblerjs - npm Package Compare versions

Comparing version

to
0.8.1

@@ -123,3 +123,3 @@ /**

declare interface AssemblageDefinition {
export declare interface AssemblageDefinition {
singleton?: false;

@@ -357,3 +357,3 @@ events?: string[];

* and that can wrap an `Assemblage` with its own parameters decorator (e.g. @Use, @Context, ...).
* Note that it must be placed before the `Assemnblage` decorator.
* Note that it must be placed before the `Assemblage` decorator.
*

@@ -360,0 +360,0 @@ * @param { function(): void | undefined } fn A function to execute after `super`.

{
"name": "assemblerjs",
"description": "A general purpose and zero-dependency Dependency Injection library for node and browser.",
"version": "0.8.0",
"version": "0.8.1",
"author": "Benoît LAHOZ <info@benoitlahoz.io>",

@@ -32,3 +32,3 @@ "bugs": "https://github.com/benoitlahoz/assemblerjs/issues",

"type": "module",
"main": "./dist/index.cjs",
"main": "./dist/index.js",
"module": "./dist/index.js",

@@ -35,0 +35,0 @@ "types": "./dist/index.d.ts",