Socket
Socket
Sign inDemoInstall

merge-umi-mock-data

Package Overview
Dependencies
466
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

2

index.js

@@ -49,3 +49,3 @@ const rollup = require("rollup");

importString.push(
`import ${fileName} from "${path.join(mockPath, filePath)}";`
`import ${fileName} from "${path.join(mockPath, filePath).replace(/\\/g,'\\\\')}";`
);

@@ -52,0 +52,0 @@ dataString.push(`...${fileName}`);

{
"name": "merge-umi-mock-data",
"version": "1.0.4",
"version": "1.0.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc