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

arc-array

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arc-array - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

__tests__/rand.js

4

index.js

@@ -35,2 +35,6 @@ const is = require('arc-is');

rand() {
return this[Math.floor(Math.random() * this.length)]
}
//This is our format for evaluating named prototypes

@@ -37,0 +41,0 @@ toString(){

4

package.json
{
"name": "arc-array",
"version": "4.1.0",
"version": "4.2.0",
"description": "An array convenience subclass",
"main": "index.js",
"scripts": {
"test": "tap test/*.js --coverage --coverage-report=html"
"test": "jest"
},

@@ -9,0 +9,0 @@ "repository": {

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