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

observ-varhash

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

observ-varhash - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

6

index.js

@@ -19,3 +19,3 @@ var Observ = require('observ')

setNonEnumerable(obs, 'get', get.bind(obs))
setNonEnumerable(obs, 'put', put.bind(obs, createValue))
setNonEnumerable(obs, 'put', put.bind(obs, createValue, currentTransaction))
setNonEnumerable(obs, 'delete', del.bind(obs))

@@ -62,3 +62,3 @@

function put (createValue, key, val) {
function put (createValue, currentTransaction, key, val) {
checkKey(key)

@@ -81,3 +81,3 @@

this._removeListeners[key] = isFn(observ) ?
observ(watch(this, key)) : null
observ(watch(this, key, currentTransaction)) : null

@@ -84,0 +84,0 @@ setNonEnumerable(state, '_diff', diff(key, state[key]))

{
"name": "observ-varhash",
"version": "1.0.5",
"version": "1.0.6",
"description": "An object with observable key value pairs that can be added and removed",

@@ -5,0 +5,0 @@ "keywords": [],

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