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

@accounts/password

Package Overview
Dependencies
Maintainers
6
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accounts/password - npm Package Compare versions

Comparing version 0.3.0-beta.22 to 0.3.0-beta.23

4

lib/accounts-password.js

@@ -25,4 +25,4 @@ "use strict";

while (_) try {
if (f = 1, y && (t = y[op[0] & 2 ? "return" : op[0] ? "throw" : "next"]) && !(t = t.call(y, op[1])).done) return t;
if (y = 0, t) op = [0, t.value];
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
if (y = 0, t) op = [op[0] & 2, t.value];
switch (op[0]) {

@@ -29,0 +29,0 @@ case 0: case 1: t = op; break;

@@ -17,4 +17,4 @@ "use strict";

while (_) try {
if (f = 1, y && (t = y[op[0] & 2 ? "return" : op[0] ? "throw" : "next"]) && !(t = t.call(y, op[1])).done) return t;
if (y = 0, t) op = [0, t.value];
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
if (y = 0, t) op = [op[0] & 2, t.value];
switch (op[0]) {

@@ -21,0 +21,0 @@ case 0: case 1: t = op; break;

{
"name": "@accounts/password",
"version": "0.3.0-beta.22",
"version": "0.3.0-beta.23",
"license": "MIT",

@@ -27,3 +27,3 @@ "main": "lib/index.js",

"dependencies": {
"@accounts/two-factor": "^0.3.0-beta.22",
"@accounts/two-factor": "^0.3.0-beta.23",
"bcryptjs": "^2.4.3",

@@ -33,9 +33,9 @@ "lodash": "^4.17.4"

"devDependencies": {
"@accounts/server": "^0.3.0-beta.22",
"@accounts/types": "^0.3.0-beta.22",
"@accounts/server": "^0.3.0-beta.23",
"@accounts/types": "^0.3.0-beta.23",
"@types/bcryptjs": "2.4.1",
"@types/jest": "23.0.2",
"@types/lodash": "4.14.109",
"@types/node": "9.6.15",
"jest": "23.1.0",
"@types/jest": "23.3.1",
"@types/lodash": "4.14.115",
"@types/node": "10.5.4",
"jest": "23.4.2",
"rimraf": "2.6.2"

@@ -42,0 +42,0 @@ },

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