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

@wixc3/patterns

Package Overview
Dependencies
Maintainers
84
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wixc3/patterns - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

6

dist/cjs/create-disposables.d.ts

@@ -9,7 +9,7 @@ /**

};
export declare type DisposeFunction = () => unknown;
export declare type Disposable = {
export type DisposeFunction = () => unknown;
export type Disposable = {
dispose: DisposeFunction;
} | DisposeFunction;
export declare type Disposables = ReturnType<typeof createDisposables>;
export type Disposables = ReturnType<typeof createDisposables>;
//# sourceMappingURL=create-disposables.d.ts.map

@@ -52,3 +52,3 @@ /**

}
export declare type IEventEmitter<T extends Record<string, any>> = Pick<EventEmitter<T>, keyof EventEmitter<T>>;
export type IEventEmitter<T extends Record<string, any>> = Pick<EventEmitter<T>, keyof EventEmitter<T>>;
//# sourceMappingURL=event-emitter.d.ts.map

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

export declare type Listener<T> = (data: T) => void;
export type Listener<T> = (data: T) => void;
/**

@@ -3,0 +3,0 @@ * Signal is a simple event emitter for one type of event.

@@ -9,7 +9,7 @@ /**

};
export declare type DisposeFunction = () => unknown;
export declare type Disposable = {
export type DisposeFunction = () => unknown;
export type Disposable = {
dispose: DisposeFunction;
} | DisposeFunction;
export declare type Disposables = ReturnType<typeof createDisposables>;
export type Disposables = ReturnType<typeof createDisposables>;
//# sourceMappingURL=create-disposables.d.ts.map

@@ -52,3 +52,3 @@ /**

}
export declare type IEventEmitter<T extends Record<string, any>> = Pick<EventEmitter<T>, keyof EventEmitter<T>>;
export type IEventEmitter<T extends Record<string, any>> = Pick<EventEmitter<T>, keyof EventEmitter<T>>;
//# sourceMappingURL=event-emitter.d.ts.map

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

export declare type Listener<T> = (data: T) => void;
export type Listener<T> = (data: T) => void;
/**

@@ -3,0 +3,0 @@ * Signal is a simple event emitter for one type of event.

{
"name": "@wixc3/patterns",
"version": "3.0.3",
"version": "3.0.4",
"description": "A utility for saving objects to be disposed",

@@ -21,5 +21,5 @@ "main": "dist/cjs/index.js",

"dependencies": {
"@wixc3/common": "^3.0.3",
"@wixc3/common": "^3.0.4",
"promise-assist": "^1.3.0"
}
}

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

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