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

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 2.0.0 to 3.0.0

5

package.json
{
"name": "broccoli-output-wrapper",
"version": "2.0.0",
"version": "3.0.0",
"description": "Output wrapper is a library to write output file to outputpath.",

@@ -25,3 +25,6 @@ "main": "dist/index.js",

"typescript": "^3.6.4"
},
"engines": {
"node": "10.* || >= 12.*"
}
}

@@ -5,1 +5,15 @@ # broccoli-output-wrapper

This libary is not intended to use independently outside broccoli or broccoli-plugin as of now.
## APIs
* readFileSync
* existsSync
* lstatSync
* readdirSync
* statSync
* writeFileSync
* appendFileSync
* rmdirSync
* mkdirSync
All these operations above are same as File Operations documented in node API [guide](https://nodejs.org/api/fs.html).
.travis.yml

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