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

on-change

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

on-change - npm Package Compare versions

Comparing version 1.6.3 to 1.6.4

3

index.d.ts

@@ -71,2 +71,4 @@ declare namespace onChange {

declare const onChange: {
default: typeof onChange;
/**

@@ -162,3 +164,2 @@ Watch an object or array for changes. It works recursively, so it will even detect if you modify a deep property like `obj.a.b[0].c = true`.

// export = onChange;
default: typeof onChange;

@@ -165,0 +166,0 @@ /**

{
"name": "on-change",
"version": "1.6.3",
"version": "1.6.4",
"description": "Watch an object or array for changes",

@@ -40,8 +40,8 @@ "license": "MIT",

"devDependencies": {
"ava": "^1.4.1",
"ava": "^3.4.0",
"display-value": "^1.3.2",
"matcha": "^0.7.0",
"tsd": "^0.7.1",
"xo": "^0.24.0"
"tsd": "^0.11.0",
"xo": "^0.27.2"
}
}
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