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

cosy-js

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cosy-js - npm Package Compare versions

Comparing version 0.4.18 to 0.4.19

5

lib/snuggle/core/reference.js

@@ -20,6 +20,3 @@ // Generated by CoffeeScript 1.3.3

watch = function(watchedRef, watchFn) {
this.destructors.push(function() {
return unwatchRef(watchedRef, watchFn);
});
return watchRef(watchedRef, function() {
return watchRef.call(this, watchedRef, function() {
return watchFn(get(watchedRef));

@@ -26,0 +23,0 @@ });

2

package.json
{
"name": "cosy-js",
"version": "0.4.18",
"version": "0.4.19",
"description": "A cosy little library.",

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

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