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

auction

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auction - npm Package Compare versions

Comparing version

to
0.1.10

2

lib/core.js

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

error = 'Auction already ended.';
} else if ('started' !== status) {
} else if ('started' !== status && 'ending' !== status) {
error = 'Auction not started.';

@@ -480,0 +480,0 @@ }

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

error = 'Auction already ended.';
} else if ('started' !== status) {
} else if ('started' !== status && 'ending' !== status) {
error = 'Auction not started.';

@@ -558,0 +558,0 @@ }

{
"name": "auction",
"version": "0.1.9",
"version": "0.1.10",
"description": "Easy way to create auctions",

@@ -5,0 +5,0 @@ "author": {