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

pathe

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pathe - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

CHANGELOG.md

36

package.json
{
"name":"pathe",
"version": "0.0.0",
"license": "MIT"
}
"name": "pathe",
"version": "0.0.1",
"description": "Normalized paths for Node.js",
"repository": "unjs/pathe",
"license": "MIT",
"sideEffects": false,
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"files": [
"dist"
],
"scripts": {
"build": "siroc build",
"lint": "eslint --ext .ts .",
"prepublishOnly": "yarn build",
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "latest",
"@types/node": "^16.9.6",
"eslint": "latest",
"siroc": "latest",
"standard-version": "latest",
"typescript": "latest"
}
}
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