New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@teambit/any-fs

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teambit/any-fs - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

.history/package_20200216155141.json

7

package.json
{
"name": "@teambit/any-fs",
"version": "0.0.4",
"version": "0.0.5",
"description": "any-fs is a composable and extendible file-system and fully compatible with the node `fs` module.",

@@ -9,7 +9,8 @@ "repository": "teambit/any-fs",

"precommit": "lint-staged",
"build": "npm run clean && tsc -d",
"build": "tsc -d",
"watch": "tsc -d -w",
"clean": "rm -rf ./dist",
"start": "node dist/index.js",
"prettier": "prettier --write 'src/**/*.{ts,}' --write"
"prettier": "prettier --write 'src/**/*.{ts,}' --write",
"prepublishOnly": "npm run clean && npm run build"
},

@@ -16,0 +17,0 @@ "devDependencies": {

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