Socket
Socket
Sign inDemoInstall

@drauu/core

Package Overview
Dependencies
1
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0-beta.2 to 0.1.0-beta.3

2

dist/index.global.js

@@ -205,3 +205,3 @@ (() => {

d.push("Z");
return d.join(" ");
return d.map((i) => typeof i === "number" ? i.toFixed(2) : i).join(" ");
}

@@ -208,0 +208,0 @@ };

@@ -210,3 +210,3 @@ var __create = Object.create;

d.push("Z");
return d.join(" ");
return d.map((i) => typeof i === "number" ? i.toFixed(2) : i).join(" ");
}

@@ -213,0 +213,0 @@ };

{
"name": "@drauu/core",
"version": "0.1.0-beta.2",
"version": "0.1.0-beta.3",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "module": "dist/index.mjs",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc