Socket
Socket
Sign inDemoInstall

rollup-plugin-merge

Package Overview
Dependencies
110
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -36,3 +36,3 @@ const fs = require('fs');

await writeFileAsync(output, merge(...files.map(i => JSON.parse(i))));
await writeFileAsync(output, JSON.stringify(merge(...files.map(i => JSON.parse(i))), null, ' '));

@@ -39,0 +39,0 @@ if (verbose) {

{
"name": "rollup-plugin-merge",
"version": "0.1.0",
"version": "0.1.1",
"description": "Rollup plugin to merge JSON files",

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

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