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

brisky-stamp

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brisky-stamp - npm Package Compare versions

Comparing version 2.1.4 to 2.1.5

2

lib/index.js

@@ -35,3 +35,3 @@ if (global.briskystamp) {

for (let i = 0; i < on.length; i++) { on[i]() }
exports.inProgress = false
exports.inProgress = on = false
}

@@ -38,0 +38,0 @@ }

{
"name": "brisky-stamp",
"version": "2.1.4",
"version": "2.1.5",
"description": "Generate unique meta information for change in a system",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -124,4 +124,5 @@ 'use strict'

t.equal(bstamp.inProgress, false, 'not in progress')
bstamp.close()
t.equal(cnt, 4, 'listener fired')
t.end()
})
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