Socket
Socket
Sign inDemoInstall

@ciscospark/common-evented

Package Overview
Dependencies
Maintainers
3
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ciscospark/common-evented - npm Package Compare versions

Comparing version 1.50.16 to 1.50.17

1

dist/index.js

@@ -54,2 +54,3 @@ 'use strict';

var previous = this[prop];
if (previous !== value) {

@@ -56,0 +57,0 @@ data.set(this, prop, value);

4

package.json
{
"name": "@ciscospark/common-evented",
"version": "1.50.16",
"version": "1.50.17",
"description": "Class property decorator the adds change events to properties",

@@ -20,5 +20,5 @@ "license": "MIT",

"babel-runtime": "^6.23.0",
"@ciscospark/common": "1.50.16",
"@ciscospark/common": "1.50.17",
"envify": "^4.1.0"
}
}

@@ -32,2 +32,3 @@ import {make} from '@ciscospark/common';

const previous = this[prop];
if (previous !== value) {

@@ -34,0 +35,0 @@ data.set(this, prop, value);

@@ -22,2 +22,3 @@ /*!

const spy = sinon.spy();
ec.on('change:prop', spy);

@@ -31,2 +32,3 @@ ec.prop = 1;

const spy = sinon.spy();
ec.on('change', spy);

@@ -40,2 +42,3 @@ ec.prop = 1;

const spy = sinon.spy();
ec.on('all', spy);

@@ -42,0 +45,0 @@ ec.prop = 1;

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