Socket
Socket
Sign inDemoInstall

broccoli-output-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-output-wrapper - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/interfaces.d.ts

3

dist/index.d.ts

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

export default function outputWrapper(node: any): ProxyConstructor;
import { FSOperations } from './interfaces';
export default function outputWrapper(node: any): FSOperations;
{
"name": "broccoli-output-wrapper",
"version": "1.0.0",
"version": "1.0.1",
"description": "Output wrapper is a library to write output file to outputpath.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "sparshithNR <nairbali@usc.edu>",

@@ -7,0 +8,0 @@ "license": "MIT",

import * as fs from 'fs';
import { isAbsolute, resolve } from 'path';
import { FSOperations } from './interfaces';

@@ -34,3 +35,3 @@ const logger = require('heimdalljs-logger')('broccoli:outputWrapper');

export default function outputWrapper (node: any): any {
export default function outputWrapper (node: any): FSOperations {
return new Proxy(fs, {

@@ -37,0 +38,0 @@ get(target: any, propertyName: string): any {

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

import buidlOutputWrapper from '../src';
import buildOutputWrapper from '../src';
const tmp = require('tmp');

@@ -14,3 +14,3 @@ import * as fs from 'fs';

};
output = buidlOutputWrapper(node);
output = buildOutputWrapper(node);
});

@@ -17,0 +17,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