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

@vue-macros/api

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-macros/api - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

5

./dist/index.js

@@ -169,3 +169,6 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});

if (isProduction) {
types = types.filter((t) => t === "Boolean" || t === "Function");
const hasBoolean = types.includes("Boolean");
types = types.filter(
(t) => t === "Boolean" || hasBoolean && t === "String" || t === "Function"
);
}

@@ -172,0 +175,0 @@ if (types.length === 0)

@@ -169,3 +169,6 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});

if (isProduction) {
types = types.filter((t) => t === "Boolean" || t === "Function");
const hasBoolean = types.includes("Boolean");
types = types.filter(
(t) => t === "Boolean" || hasBoolean && t === "String" || t === "Function"
);
}

@@ -172,0 +175,0 @@ if (types.length === 0)

2

package.json
{
"name": "@vue-macros/api",
"version": "0.6.0",
"version": "0.6.1",
"packageManager": "pnpm@8.3.1",

@@ -5,0 +5,0 @@ "description": "General API for Vue Macros.",

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