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

@mirohq/design-system-use-logger

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mirohq/design-system-use-logger - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

dist/main.js

@@ -21,3 +21,3 @@ 'use strict';

if (designSystemUtils.booleanify(keyEnabledRef.current)) {
console.log(`[\u{1F50D}\u{1F41B} ${logPrefix}] :: ${msg}`, ...args);
console.log("[\u{1F50D}\u{1F41B} ".concat(logPrefix, "] :: ").concat(msg), ...args);
}

@@ -24,0 +24,0 @@ },

@@ -17,3 +17,3 @@ import { useLocalStorage } from '@mirohq/design-system-use-local-storage';

if (booleanify(keyEnabledRef.current)) {
console.log(`[\u{1F50D}\u{1F41B} ${logPrefix}] :: ${msg}`, ...args);
console.log("[\u{1F50D}\u{1F41B} ".concat(logPrefix, "] :: ").concat(msg), ...args);
}

@@ -20,0 +20,0 @@ },

{
"name": "@mirohq/design-system-use-logger",
"version": "0.1.2",
"version": "0.1.3",
"description": "",

@@ -29,4 +29,4 @@ "author": "Miro",

"@mirohq/design-system-types": "^0.6.0",
"@mirohq/design-system-utils": "^0.14.1",
"@mirohq/design-system-use-local-storage": "^0.3.2"
"@mirohq/design-system-use-local-storage": "^0.3.3",
"@mirohq/design-system-utils": "^0.14.1"
},

@@ -33,0 +33,0 @@ "scripts": {

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