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

@emartech/easy-crypto

Package Overview
Dependencies
Maintainers
95
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emartech/easy-crypto - npm Package Compare versions

Comparing version 3.1.3 to 3.1.4

10

lib/crypto.spec.js

@@ -74,3 +74,3 @@ 'use strict';

beforeEach(function() {
this.sandbox = sinon.sandbox.create();
this.sandbox = sinon.createSandbox();
});

@@ -174,3 +174,3 @@

beforeEach(function() {
this.sandbox = sinon.sandbox.create();
this.sandbox = sinon.createSandbox();
});

@@ -237,3 +237,3 @@

beforeEach(function() {
this.sandbox = sinon.sandbox.create();
this.sandbox = sinon.createSandbox();
});

@@ -258,3 +258,3 @@

beforeEach(function() {
this.sandbox = sinon.sandbox.create();
this.sandbox = sinon.createSandbox();
});

@@ -292,3 +292,3 @@

beforeEach(function() {
this.sandbox = sinon.sandbox.create();
this.sandbox = sinon.createSandbox();
});

@@ -295,0 +295,0 @@

@@ -30,8 +30,8 @@ {

"co-mocha": "1.2.2",
"mocha": "5.2.0",
"semantic-release": "15.13.2",
"sinon": "7.2.2",
"mocha": "6.1.4",
"semantic-release": "15.13.12",
"sinon": "7.3.2",
"validate-commit-message": "3.0.1"
},
"version": "3.1.3"
"version": "3.1.4"
}
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