Socket
Socket
Sign inDemoInstall

rollup-plugin-merge

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-merge - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

3

index.js

@@ -32,6 +32,5 @@ const fs = require('fs');

try {
createDirIfNotExist(output);
const files = await Promise.all(input.map(i => readFileAsync(i)));
createDirIfNotExist(output);
await writeFileAsync(output, JSON.stringify(merge(...files.map(i => JSON.parse(i))), null, ' '));

@@ -38,0 +37,0 @@

{
"name": "rollup-plugin-merge",
"version": "0.1.1",
"version": "0.1.2",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc