New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ck-array

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ck-array - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

2

package.json
{
"name": "ck-array",
"version": "0.0.2",
"version": "0.1.0",
"description": "A simple observable array for JavaScript Frameworks",

@@ -5,0 +5,0 @@ "main": "src/ckArray.js",

@@ -64,3 +64,13 @@ // Generated by CoffeeScript 1.9.1

module.exports = CkArray;
(function() {
var definition;
definition = function() {
return CkArray;
};
if (typeof module !== void 0) {
return module.exports = definition();
} else if (typeof define === 'function' && typeof define.amd === 'object') {
return define(definition);
}
})();

@@ -67,0 +77,0 @@ }).call(this);

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