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

arc-object

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arc-object - npm Package Compare versions

Comparing version 1.3.1 to 1.4.0

test/copy.js

5

index.js

@@ -5,2 +5,3 @@ "use strict";

var ArcArray = require('arc-array');
const deepcopy = require('deepcopy');

@@ -289,4 +290,8 @@ class ArcObject extends Object {

}
static copy(_obj){
return deepcopy(_obj);
}
}
module.exports = ArcObject;

5

package.json
{
"name": "arc-object",
"version": "1.3.1",
"version": "1.4.0",
"description": "An object convenience subclass",

@@ -26,3 +26,4 @@ "main": "index.js",

"arc-check": "1.0.3",
"arc-is": "1.0.5"
"arc-is": "1.0.5",
"deepcopy": "^0.6.3"
},

@@ -29,0 +30,0 @@ "devDependencies": {

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