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 3.1.0 to 3.1.1

2

dist/index.d.ts

@@ -18,4 +18,4 @@ /// <reference types="node" />

unlinkSync: typeof fs.unlinkSync;
symlinkOrCopy: (srcPath: string, destPath: string) => void;
symlinkOrCopySync: (srcPath: string, destPath: string) => void;
}
}
{
"name": "broccoli-output-wrapper",
"version": "3.1.0",
"version": "3.1.1",
"description": "Output wrapper is a library to write output file to outputpath.",

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

@@ -74,4 +74,4 @@ import * as fs from 'fs';

unlinkSync: typeof fs.unlinkSync,
symlinkOrCopy: (srcPath: string, destPath: string) => void
symlinkOrCopySync: (srcPath: string, destPath: string) => void
}
}
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