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

observ-array

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

observ-array - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

5

index.js

@@ -47,2 +47,3 @@ var Observ = require("observ")

obs.getLength = getLength
obs.put = put

@@ -71,4 +72,8 @@ // you better not mutate this list directly

function put(index, value) {
this.splice(index, 1, value)
}
function getLength() {
return this._list.length
}

2

package.json
{
"name": "observ-array",
"version": "1.0.3",
"version": "1.1.0",
"description": "An array containing observable values",

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

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