Socket
Socket
Sign inDemoInstall

@parcel/fs

Package Overview
Dependencies
Maintainers
1
Versions
876
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/fs - npm Package Compare versions

Comparing version 1.11.0 to 2.0.0-alpha.1

lib/fs.js

21

package.json
{
"name": "@parcel/fs",
"version": "1.11.0",
"version": "2.0.0-alpha.1",
"description": "Blazing fast, zero configuration web application bundler",
"main": "index.js",
"main": "lib/index.js",
"license": "MIT",

@@ -12,3 +12,3 @@ "repository": {

"engines": {
"node": ">= 6.0.0"
"node": ">= 8.0.0"
},

@@ -20,14 +20,13 @@ "publishConfig": {

"test": "echo this package has no tests yet",
"test-ci": "yarn build && yarn test",
"format": "prettier --write \"./{src,bin,test}/**/*.{js,json,md}\"",
"lint": "eslint . && prettier \"./{src,bin,test}/**/*.{js,json,md}\" --list-different",
"build": "babel src -d lib",
"prepublish": "yarn build"
"test-ci": "yarn test"
},
"dependencies": {
"@parcel/utils": "^1.11.0",
"@parcel/utils": "^2.0.0-alpha.1",
"@parcel/workers": "^2.0.0-alpha.1",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"nullthrows": "^1.1.1",
"rimraf": "^2.6.2"
},
"gitHead": "34eb91e8e6991073e594bff731c333d09b0403b5"
}
"gitHead": "11d21d56b97f1b6ae3cd3671ccbb39adf80c438f"
}
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