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

delta-listener

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

delta-listener - npm Package Compare versions

Comparing version 1.0.0-alpha.4 to 1.0.0

2

package.json
{
"name": "delta-listener",
"version": "1.0.0-alpha.4",
"version": "1.0.0",
"description": "Deeply compare JavaScript objects and listen to changes.",

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

# delta-listener [![Build status](https://travis-ci.org/endel/delta-listener.svg?branch=master)](https://travis-ci.org/endel/delta-listener)
Deeply compare JavaScript objects and listen to changes. Used in
> Deeply compare JavaScript objects and listen to changes. Used in
[colyseus.js](http://github.com/gamestdio/colyseus.js) v0.6.0+.
[![Sauce Test Status](https://saucelabs.com/browser-matrix/deltalistener.svg)](https://saucelabs.com/u/deltalistener)
## Usage

@@ -39,3 +41,3 @@

container.listen("entities/:id", "remove", (entityId: string) => {
console.log(entityId, "has been removed);
console.log(entityId, "has been removed");
})

@@ -42,0 +44,0 @@ ```

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