Socket
Socket
Sign inDemoInstall

@platform/fs

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/fs - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

29

package.json
{
"name": "@platform/fs",
"version": "0.0.20",
"version": "0.0.21",
"description": "File system tools.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "ts test",
"tdd": "ts test --watch",
"lint": "ts lint",
"build": "ts build",
"prepare": "ts prepare"
"test": "sh node_modules/@platform/test/test.sh $@",
"tdd": "yarn test --watch",
"lint": "sh node_modules/@platform/ts/lint.sh $@",
"build": "sh node_modules/@platform/ts/build.sh $@",
"prepare": "yarn build && yarn lint && yarn test"
},
"dependencies": {
"@types/fs-extra": "^5.0.4",
"fast-glob": "^2.2.6",
"fs-extra": "^7.0.1"
"@types/fs-extra": "5.0.4",
"fast-glob": "2.2.6",
"fs-extra": "7.0.1"
},
"devDependencies": {
"@platform/test": "0.0.15",
"@platform/ts": "3.3.33"
"@platform/test": "0.0.18",
"@platform/ts": "3.3.37"
},
"files": [
"lib",
"src"
"lib"
],
"license": "MIT"
}
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