Socket
Socket
Sign inDemoInstall

staack

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

staack - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

6

dist/mod.js

@@ -226,9 +226,11 @@ "use strict";

const provider = staack2[PROVIDER];
let ctxId = idMap.get(provider[INTERNAL].consumer);
const consumer = provider[INTERNAL].consumer;
let ctxId = idMap.get(consumer);
if (ctxId === void 0) {
ctxId = Math.random().toString(36).substring(7);
idMap.set(provider[INTERNAL].consumer, ctxId);
idMap.set(consumer, ctxId);
}
result.push({
ctxId,
ctxName: consumer.name,
value: provider[INTERNAL].value

@@ -235,0 +237,0 @@ });

{
"name": "staack",
"version": "3.0.1",
"version": "3.0.2",
"description": "A library to create type-safe opaque stacks",

@@ -5,0 +5,0 @@ "keywords": [

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