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.2 to 0.4.3

14

lib/snuggle/cosy.js

@@ -5,3 +5,3 @@ // Generated by CoffeeScript 1.3.3

var deprecatedMsgSent, nsDeprecated, use,
var deprecatedMsgSent, importObj, nsDeprecated, use,
__slice = [].slice;

@@ -23,2 +23,12 @@

importObj = function() {
var args, frame, obj;
frame = arguments[0], obj = arguments[1], args = 3 <= arguments.length ? __slice.call(arguments, 2) : [];
if (obj == null) {
return frame;
}
frame = use(frame, obj);
return importObj.apply(null, [frame].concat(__slice.call(args)));
};
module.exports = {

@@ -30,3 +40,3 @@ control: require('./cosy/control'),

call: require('./cosy/call'),
"import": use,
"import": importObj,
ns: nsDeprecated

@@ -33,0 +43,0 @@ };

2

package.json
{
"name": "cosy-js",
"version": "0.4.2",
"version": "0.4.3",
"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