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.19 to 0.0.20

lib/common/index.d.ts

17

package.json
{
"name": "@platform/fs",
"version": "0.0.19",
"version": "0.0.20",
"description": "File system tools.",
"main": "index",
"types": "index.d.ts",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {

@@ -11,3 +11,4 @@ "test": "ts test",

"lint": "ts lint",
"build": "ts build"
"build": "ts build",
"prepare": "ts prepare"
},

@@ -19,3 +20,11 @@ "dependencies": {

},
"devDependencies": {
"@platform/test": "0.0.15",
"@platform/ts": "3.3.33"
},
"files": [
"lib",
"src"
],
"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