Socket
Socket
Sign inDemoInstall

parseuri

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

parseuri - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

History.md

17

package.json
{
"name": "parseuri",
"version": "0.0.1",
"version": "0.0.2",
"description": "Method that parses a URI and returns an array of its components",
"main": "./lib/parseuri.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "make test"
},
"bin": {
"parseuri": "./bin/parseuri"
"devDependencies": {
"mocha": "1.17.1"
},
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"author": "",
"license": "MIT"
"license": "MIT",
"dependencies": {
"better-assert": "~1.0.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