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

confidence

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

confidence - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

28

lib/id.js

@@ -103,16 +103,16 @@ // Load modules

random: {
a: (set1[0] * 10) + set1[1],
b: (set1[1] * 10) + set1[2],
c: (set1[2] * 10) + set1[3],
d: (set1[3] * 10) + set1[4],
e: (set1[4] * 10) + set1[5],
f: (set1[5] * 10) + set1[6],
g: (set1[6] * 10) + set2[0],
h: (set2[0] * 10) + set2[1],
i: (set2[1] * 10) + set2[2],
j: (set2[2] * 10) + set2[3],
k: (set2[3] * 10) + set2[4],
l: (set2[4] * 10) + set2[5],
m: (set2[5] * 10) + set2[6],
n: (set2[6] * 10) + set1[0]
a: (set1[0] * 10) + set1[1] + 1,
b: (set1[1] * 10) + set1[2] + 1,
c: (set1[2] * 10) + set1[3] + 1,
d: (set1[3] * 10) + set1[4] + 1,
e: (set1[4] * 10) + set1[5] + 1,
f: (set1[5] * 10) + set1[6] + 1,
g: (set1[6] * 10) + set2[0] + 1,
h: (set2[0] * 10) + set2[1] + 1,
i: (set2[1] * 10) + set2[2] + 1,
j: (set2[2] * 10) + set2[3] + 1,
k: (set2[3] * 10) + set2[4] + 1,
l: (set2[4] * 10) + set2[5] + 1,
m: (set2[5] * 10) + set2[6] + 1,
n: (set2[6] * 10) + set1[0] + 1
}

@@ -119,0 +119,0 @@ };

@@ -0,0 +0,0 @@ // Load modules

{
"name": "confidence",
"description": "Configuration API",
"version": "0.8.0",
"version": "0.8.1",
"author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)",

@@ -6,0 +6,0 @@ "repository": "git://github.com/spumko/confidence",

@@ -48,16 +48,16 @@ // Load modules

var criteria = Confidence.id.criteria(id);
expect(criteria.random.a).to.equal(21);
expect(criteria.random.b).to.equal(16);
expect(criteria.random.c).to.equal(67);
expect(criteria.random.d).to.equal(72);
expect(criteria.random.e).to.equal(23);
expect(criteria.random.f).to.equal(35);
expect(criteria.random.g).to.equal(51);
expect(criteria.random.h).to.equal(14);
expect(criteria.random.i).to.equal(47);
expect(criteria.random.j).to.equal(70);
expect(criteria.random.k).to.equal(6);
expect(criteria.random.l).to.equal(68);
expect(criteria.random.m).to.equal(80);
expect(criteria.random.n).to.equal(2);
expect(criteria.random.a).to.equal(22);
expect(criteria.random.b).to.equal(17);
expect(criteria.random.c).to.equal(68);
expect(criteria.random.d).to.equal(73);
expect(criteria.random.e).to.equal(24);
expect(criteria.random.f).to.equal(36);
expect(criteria.random.g).to.equal(52);
expect(criteria.random.h).to.equal(15);
expect(criteria.random.i).to.equal(48);
expect(criteria.random.j).to.equal(71);
expect(criteria.random.k).to.equal(7);
expect(criteria.random.l).to.equal(69);
expect(criteria.random.m).to.equal(81);
expect(criteria.random.n).to.equal(3);
done();

@@ -64,0 +64,0 @@ });

@@ -0,0 +0,0 @@ // Load modules

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