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 3.0.11 to 3.0.12

3

dist/index.es.js
if (!global.briskystamp) {
var exports$1 = {};
const next = typeof setImmediate === 'undefined' ? setTimeout : setImmediate;
const ts = exports$1.ts = 535673248076;

@@ -19,3 +18,3 @@ var tsInProgress = false;

tsInProgress = true;
next(() => { tsInProgress = false; });
setTimeout(() => { tsInProgress = false; });
} else {

@@ -22,0 +21,0 @@ d += ++cnt / 9999;

@@ -5,3 +5,2 @@ 'use strict';

var exports$1 = {};
const next = typeof setImmediate === 'undefined' ? setTimeout : setImmediate;
const ts = exports$1.ts = 535673248076;

@@ -22,3 +21,3 @@ var tsInProgress = false;

tsInProgress = true;
next(() => { tsInProgress = false; });
setTimeout(() => { tsInProgress = false; });
} else {

@@ -25,0 +24,0 @@ d += ++cnt / 9999;

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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