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.5 to 3.0.6

4

dist/index.es.js

@@ -37,5 +37,5 @@ if (!global.briskystamp) {

exports.val = stamp => stamp && ((stamp[0] || stamp));
exports.val = stamp => stamp && (stamp[0] || stamp);
exports.type = stamp => stamp[2] && stamp[2].toString(36);
exports.type = stamp => stamp && stamp[2] && stamp[2].toString(36);

@@ -42,0 +42,0 @@ exports.on = fn => {

@@ -39,5 +39,5 @@ 'use strict';

exports.val = stamp => stamp && ((stamp[0] || stamp));
exports.val = stamp => stamp && (stamp[0] || stamp);
exports.type = stamp => stamp[2] && stamp[2].toString(36);
exports.type = stamp => stamp && stamp[2] && stamp[2].toString(36);

@@ -44,0 +44,0 @@ exports.on = fn => {

{
"name": "brisky-stamp",
"version": "3.0.5",
"version": "3.0.6",
"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