New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

easy-observer

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-observer - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "easy-observer",
"version": "0.1.0",
"version": "0.1.1",
"description": "A single observer",

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

@@ -15,11 +15,9 @@ ## Easy Observer

```javascript
import { observe } from 'obj-id';
import { observe } from 'easy-observer';
let a = {
name: 'Hello'
};
let a = { name: 'Hello' };
observe(a, 'name', (previous, current) => {
# previous is 'Hello'.
# current is 'World'.
// previous is 'Hello'.
// current is 'World'.
});

@@ -26,0 +24,0 @@

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