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

eden-hash

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eden-hash - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

37

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

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

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

@@ -58,3 +57,3 @@ .test(2, 'object');

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

@@ -87,3 +86,3 @@ .test(2, 'function');

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

@@ -107,3 +106,3 @@ .test(2, 'mixed');

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

@@ -133,3 +132,3 @@ .test(2, 'mixed');

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

@@ -149,3 +148,3 @@ .test(2, 'string');

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

@@ -176,3 +175,3 @@ return this.size(data) === 0;

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

@@ -197,3 +196,3 @@ var keys = [];

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

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

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

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

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

@@ -269,3 +268,3 @@ .test(2, 'function');

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

@@ -291,3 +290,3 @@ var sorted = {}, keys = this.keys(data);

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

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

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

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

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

@@ -362,3 +361,3 @@ var length = 0;

prototype.sort = function(data, callback) {
argument
this.argument()
.test(1, 'object')

@@ -401,3 +400,3 @@ .test(2, 'function', 'undefined');

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

@@ -439,3 +438,3 @@ .test(2, 'string', 'undefined');

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

@@ -453,3 +452,3 @@ return JSON.stringify(data);

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

@@ -456,0 +455,0 @@ var values = [];

{
"name": "eden-hash",
"description": "Eden Node JS Hash 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-array": "0.0.5"
"eden-class": "0.0.6",
"eden-array": "0.0.6"
},

@@ -22,0 +21,0 @@ "main": "./hash.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