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.2.1 to 0.3.0

4

lib/snuggle/core.js

@@ -30,5 +30,7 @@ // Generated by CoffeeScript 1.3.3

renderRaw: template.renderRaw,
global: require('./core/global')
global: require('./core/global'),
watch: ref.watch,
watchRef: ref.watchRef
};
}).call(this);

@@ -5,6 +5,8 @@ // Generated by CoffeeScript 1.3.3

var copy, get, notify, set, _ref;
var copy, get, notify, set, watch, watchRef, _ref;
_ref = require('../../protocol/mutable'), set = _ref.set, get = _ref.get;
watchRef = require('../../core/reference').watchRef;
copy = function(src, tgt) {

@@ -18,2 +20,8 @@ return set(tgt, get(src));

watch = function(watchedRef, watchFn) {
return watchRef(watchedRef, function() {
return watchFn(mutable.get(watchedRef));
});
};
module.exports = {

@@ -23,5 +31,7 @@ set: set,

copy: copy,
notify: notify
notify: notify,
watch: watch,
watchRef: watchRef
};
}).call(this);
{
"name": "cosy-js",
"version": "0.2.1",
"version": "0.3.0",
"description": "A cosy little library.",

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

Sorry, the diff of this file is not supported yet

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