Socket
Socket
Sign inDemoInstall

eden-array

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eden-array - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

45

array.js
module.exports = require('eden-class').extend(function(prototype) {
/* Require
-------------------------------*/
var argument = require('argument');
var hash = require('eden-hash');

@@ -27,3 +26,3 @@

//Argument Testing
argument.test(1, 'array');
this.argument().test(1, 'array');
return data.slice(0);

@@ -41,3 +40,3 @@ };

//Argument Testing
argument
this.argument()
.test(1, 'array')

@@ -65,3 +64,3 @@ .test(2, 'array');

//Argument Testing
argument
this.argument()
.test(1, 'array')

@@ -96,3 +95,3 @@ .test(2, 'array');

//Argument Testing
argument
this.argument()
.test(1, 'array')

@@ -125,3 +124,3 @@ .test(2, 'function');

//Argument Testing
argument
this.argument()
.test(1, 'array')

@@ -142,3 +141,3 @@ .test(1, 'mixed');

//Argument Testing
argument
this.argument()
.test(1, 'array')

@@ -168,3 +167,3 @@ .test(2, 'string');

//Argument Testing
argument.test(1, 'array');
this.argument().test(1, 'array');

@@ -182,3 +181,3 @@ return data.length === 0;

//Argument Testing
argument.test(1, 'array');
this.argument().test(1, 'array');

@@ -205,3 +204,3 @@ var keys = [], index;

//Argument Testing
argument
this.argument()
.test(1, 'array')

@@ -224,3 +223,3 @@ .test(2, 'mixed');

//Argument Testing
argument
this.argument()
.test(1, 'array')

@@ -245,3 +244,3 @@ .test(2, 'function');

//Argument Testing
argument.test(1, 'array');
this.argument().test(1, 'array');

@@ -272,3 +271,3 @@ return this.sort(data, function(a, b) {

//Argument Testing
argument.test(1, 'array');
this.argument().test(1, 'array');

@@ -288,3 +287,3 @@ data = this.clone(data);

//Argument Testing
argument
this.argument()
.test(1, 'array')

@@ -313,3 +312,3 @@ .test(2, 'mixed');

//Argument Testing
argument.test(1, 'array');
this.argument().test(1, 'array');

@@ -332,3 +331,3 @@ data = this.clone(data);

//Argument Testing
argument
this.argument()
.test(1, 'array')

@@ -355,3 +354,3 @@ .test(2, 'int')

//Argument Testing
argument
this.argument()
.test(1, 'array')

@@ -375,3 +374,3 @@ .test(2, 'int')

//Argument Testing
argument
this.argument()
.test(1, 'array')

@@ -399,3 +398,3 @@ .test(2, 'function', 'undefined');

//Argument Testing
argument.test(1, 'array');
this.argument().test(1, 'array');

@@ -414,3 +413,3 @@ return data.length;

//Argument Testing
argument
this.argument()
.test(1, 'array')

@@ -451,3 +450,3 @@ .test(2, 'string', 'undefined');

//Argument Testing
argument.test(1, 'array');
this.argument().test(1, 'array');

@@ -466,3 +465,3 @@ return JSON.stringify(data);

//Argument Testing
argument
this.argument()
.test(1, 'array')

@@ -491,3 +490,3 @@ .test(2, 'mixed');

//Argument Testing
argument.test(1, 'array');
this.argument().test(1, 'array');

@@ -494,0 +493,0 @@ var values = [], index;

{
"name": "eden-array",
"description": "Eden Node JS Array Methods",
"version": "0.0.5",
"version": "0.0.6",
"author": {

@@ -17,5 +17,4 @@ "name": "Christian Blanquera",

"dependencies": {
"argument": "0.0.2",
"eden-class": "0.0.5",
"eden-hash": "0.0.5"
"eden-class": "0.0.6",
"eden-hash": "0.0.6"
},

@@ -22,0 +21,0 @@ "main": "./array.js",

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