Socket
Socket
Sign inDemoInstall

packageurl-js

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

packageurl-js - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

LICENSE

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# 1.0.2
### Bug Fixes
* Normalize metafiles (contributed by @smorimoto)
### Chores
* Bumped various dependencies
# 1.0.1

@@ -2,0 +9,0 @@ ### Bug Fixes

29

package.json
{
"name": "packageurl-js",
"version": "1.0.1",
"version": "1.0.2",
"description": "JavaScript library to parse and build \"purl\" aka. package URLs. This is a microlibrary implementing the purl spec at https://github.com/package-url",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/package-url/packageurl-js.git"
},
"keywords": [

@@ -17,12 +9,19 @@ "package",

],
"author": "the purl authors",
"license": "MIT",
"homepage": "https://github.com/package-url/packageurl-js#readme",
"bugs": {
"url": "https://github.com/package-url/packageurl-js/issues"
},
"homepage": "https://github.com/package-url/packageurl-js#readme",
"license": "MIT",
"author": "the purl authors",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/package-url/packageurl-js.git"
},
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"devDependencies": {
"mocha": "^7.1.2"
},
"dependencies": {}
"mocha": "^10.2.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