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

maishu-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maishu-toolkit - npm Package Compare versions

Comparing version 1.5.0 to 1.5.2

2

dist/index.es5.js
/*!
* ~
* maishu-toolkit v1.4.14
* maishu-toolkit v1.5.0
* https://github.com/ansiboy/toolkit

@@ -5,0 +5,0 @@ *

/*!
* ~
* maishu-toolkit v1.4.14
* maishu-toolkit v1.5.0
* https://github.com/ansiboy/toolkit

@@ -5,0 +5,0 @@ *

/*!
* ~
* maishu-toolkit v1.4.14
* maishu-toolkit v1.5.0
* https://github.com/ansiboy/toolkit

@@ -5,0 +5,0 @@ *

/*!
* ~
* maishu-toolkit v1.4.14
* maishu-toolkit v1.5.0
* https://github.com/ansiboy/toolkit

@@ -5,0 +5,0 @@ *

@@ -8,9 +8,9 @@ export declare type ValueChangedCallback<T> = (args: T, sender: any) => void;

private _value;
constructor(value?: T);
attach(func: ValueChangedCallback<T | null>, sender?: any): ValueChangedCallback<T>;
add(func: ValueChangedCallback<T | null>, sender?: any): ValueChangedCallback<T>;
constructor(value: T);
attach(func: ValueChangedCallback<T>, sender?: any): ValueChangedCallback<T>;
add(func: ValueChangedCallback<T>, sender?: any): ValueChangedCallback<T>;
remove(func: ValueChangedCallback<T>): void;
fire(value: T | null): void;
get value(): T | null;
set value(value: T | null);
fire(value: T): void;
get value(): T;
set value(value: T);
}
{
"name": "maishu-toolkit",
"version": "1.5.0",
"version": "1.5.2",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "types": "./out/index.d.ts",

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