Socket
Socket
Sign inDemoInstall

normalize-package-data

Package Overview
Dependencies
19
Maintainers
5
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

7

package.json
{
"name": "normalize-package-data",
"version": "3.0.0",
"version": "3.0.1",
"author": "Meryn Stol <merynstol@gmail.com>",

@@ -13,6 +13,9 @@ "description": "Normalizes data that can be found in package.json files.",

"scripts": {
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"preversion": "npm test",
"test": "tap test/*.js"
},
"dependencies": {
"hosted-git-info": "^3.0.6",
"hosted-git-info": "^4.0.0",
"resolve": "^1.17.0",

@@ -19,0 +22,0 @@ "semver": "^7.3.2",

@@ -1,3 +0,5 @@

# normalize-package-data [![Build Status](https://travis-ci.org/npm/normalize-package-data.png?branch=master)](https://travis-ci.org/npm/normalize-package-data)
# normalize-package-data
[![Build Status](https://travis-ci.org/npm/normalize-package-data.svg?branch=master)](https://travis-ci.org/npm/normalize-package-data)
normalize-package-data exports a function that normalizes package metadata. This data is typically found in a package.json file, but in principle could come from any source - for example the npm registry.

@@ -4,0 +6,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc