Socket
Socket
Sign inDemoInstall

normalize-package-data

Package Overview
Dependencies
9
Maintainers
5
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.8 to 2.4.0

3

lib/fixer.js

@@ -8,3 +8,3 @@ var semver = require("semver")

var url = require("url")
var typos = require("./typos")
var typos = require("./typos.json")

@@ -293,3 +293,2 @@ var fixer = module.exports = {

if(!url.parse(data.homepage).protocol) {
this.warn("missingProtocolHomepage")
data.homepage = "http://" + data.homepage

@@ -296,0 +295,0 @@ }

@@ -29,4 +29,3 @@ {

,"invalidLicense": "license should be a valid SPDX license expression"
,"missingProtocolHomepage": "homepage field must start with a protocol."
,"typo": "%s should probably be %s."
}
{
"name": "normalize-package-data",
"version": "2.3.8",
"version": "2.4.0",
"author": "Meryn Stol <merynstol@gmail.com>",

@@ -5,0 +5,0 @@ "description": "Normalizes data that can be found in package.json files.",

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