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

drive-by-path

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drive-by-path - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

index.d.ts

25

package.json
{
"name": "drive-by-path",
"version": "0.0.0",
"version": "0.0.1",
"description": "Returns the drive to which a path belongs",
"main": "index.js",
"typings": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "standard && node test"
},

@@ -25,2 +30,5 @@ "repository": {

},
"engines": {
"node": ">=4"
},
"license": "MIT",

@@ -30,3 +38,14 @@ "bugs": {

},
"homepage": "https://github.com/zkochan/drive-by-path#readme"
"homepage": "https://github.com/zkochan/drive-by-path#readme",
"dependencies": {
"drivelist": "github:zkochan/drivelist",
"is-subdir": "^1.0.1",
"once": "^1.4.0",
"ramda": "^0.24.1",
"util.promisify": "^1.0.0"
},
"devDependencies": {
"standard": "^10.0.3",
"tape": "^4.8.0"
}
}
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