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

broccoli-merge-files

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-merge-files - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

3

index.d.ts

@@ -0,1 +1,2 @@

/// <reference types="node" />
import Plugin from 'broccoli-plugin';

@@ -25,3 +26,3 @@ declare type Encoding = string;

declare type RequiredOptions = 'merge';
export default class BroccoliMergeFiles extends Plugin {
export declare class BroccoliMergeFiles extends Plugin {
private options;

@@ -28,0 +29,0 @@ constructor(inputNodes: Plugin.BroccoliNode[], options: Partial<Options> & Pick<Options, RequiredOptions>);

@@ -110,3 +110,3 @@ "use strict";

}
exports.default = BroccoliMergeFiles;
exports.BroccoliMergeFiles = BroccoliMergeFiles;
//# sourceMappingURL=index.js.map
{
"name": "broccoli-merge-files",
"description": "Broccoli plugin to merge multiple files into one or multiple files",
"version": "0.7.0",
"version": "0.8.0",
"author": "Jan Buschtöns <jan@buschtoens.me>",

@@ -40,3 +40,3 @@ "main": "index.js",

"lodash.defaults": "^4.2.0",
"p-event": "^2.2.0"
"p-event": "^2.3.1"
},

@@ -46,9 +46,9 @@ "devDependencies": {

"@types/jest": "^23.3.13",
"@types/lodash.defaults": "^4.2.4",
"@types/node": "^10.12.21",
"@types/lodash.defaults": "^4.2.5",
"@types/node": "^11.9.4",
"@types/p-event": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^1.3.0",
"@typescript-eslint/parser": "^1.2.0",
"broccoli-test-helper": "^2.0.0",
"eslint": "^5.13.0",
"eslint": "^5.14.0",
"eslint-config-airbnb-base": "^13.1.0",

@@ -63,4 +63,4 @@ "eslint-config-prettier": "^4.0.0",

"ts-jest": "^23.10.5",
"typescript": "^3.3.1"
"typescript": "^3.3.3"
}
}

@@ -23,3 +23,3 @@ # broccoli-merge-files

```ts
const BroccoliMergeFiles = require('broccoli-merge-files');
const { BroccoliMergeFiles } = require('broccoli-merge-files');

@@ -78,3 +78,3 @@ const mergedNode = new BroccoliMergeFiles(inputNodes, {

```js
const BroccoliMergeFiles = require('broccoli-merge-files');
const { BroccoliMergeFiles } = require('broccoli-merge-files');
const flatiron = require('broccoli-merge-files/flatiron');

@@ -81,0 +81,0 @@

Sorry, the diff of this file is not supported yet

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