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.1.4 to 0.1.5

2

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

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

@@ -25,2 +25,3 @@ # CK Array

}
a.observe( observable );

@@ -31,2 +32,10 @@ The ```argument``` value is of course the argument(s) passed into the function. There is no way to cancel the action

When you call one of the three methods on the Array:
* push
* slice
* splice
Your function in the observable will be called.
## Planned changes

@@ -33,0 +42,0 @@ There are a few things which I'd like to add to this observable array implementation, I would like a way to cancel and

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