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.7 to 3.0.8

16

dist/index.es.js

@@ -60,12 +60,8 @@ if (!global.briskystamp) {

exports.parse = stamp => {
if (typeof stamp === 'object') {
const parsed = { val: stamp[0] };
const src = stamp[1];
const type = exports.type(stamp);
if (src) parsed.src = src;
if (type) parsed.type = type;
return parsed
} else {
return { val: stamp }
}
const parsed = { val: stamp[0] };
const src = stamp[1];
const type = exports.type(stamp);
if (src) parsed.src = src;
if (type) parsed.type = type;
return parsed
};

@@ -72,0 +68,0 @@ }

@@ -62,12 +62,8 @@ 'use strict';

exports.parse = stamp => {
if (typeof stamp === 'object') {
const parsed = { val: stamp[0] };
const src = stamp[1];
const type = exports.type(stamp);
if (src) parsed.src = src;
if (type) parsed.type = type;
return parsed
} else {
return { val: stamp }
}
const parsed = { val: stamp[0] };
const src = stamp[1];
const type = exports.type(stamp);
if (src) parsed.src = src;
if (type) parsed.type = type;
return parsed
};

@@ -74,0 +70,0 @@ }

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