@hapi/somever
Advanced tools
Comparing version 3.0.1 to 4.0.0
@@ -152,4 +152,4 @@ 'use strict'; | ||
this.patch = version.patch === undefined ? internals.any : version.patch; | ||
this.prerelease = version.prerelease || []; | ||
this.build = version.build || []; | ||
this.prerelease = version.prerelease ?? []; | ||
this.build = version.build ?? []; | ||
} | ||
@@ -156,0 +156,0 @@ |
@@ -1,2 +0,3 @@ | ||
Copyright (c) 2018-2020, Sideway Inc, and project contributors | ||
Copyright (c) 2018-2022, Project contributors | ||
Copyright (c) 2018-2020, Sideway Inc | ||
All rights reserved. | ||
@@ -3,0 +4,0 @@ |
{ | ||
"name": "@hapi/somever", | ||
"description": "Semantic versioning rules parser", | ||
"version": "3.0.1", | ||
"version": "4.0.0", | ||
"repository": "git://github.com/hapijs/somever", | ||
@@ -15,9 +15,15 @@ "main": "lib/index.js", | ||
], | ||
"eslintConfig": { | ||
"extends": [ | ||
"plugin:@hapi/module" | ||
] | ||
}, | ||
"dependencies": { | ||
"@hapi/bounce": "2.x.x", | ||
"@hapi/hoek": "9.x.x" | ||
"@hapi/bounce": "^3.0.0", | ||
"@hapi/hoek": "^9.0.0" | ||
}, | ||
"devDependencies": { | ||
"@hapi/code": "8.x.x", | ||
"@hapi/lab": "24.x.x" | ||
"@hapi/code": "^9.0.0", | ||
"@hapi/eslint-plugin": "*", | ||
"@hapi/lab": "25.0.0-beta.1" | ||
}, | ||
@@ -24,0 +30,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16657
0
3
+ Added@hapi/boom@10.0.1(transitive)
+ Added@hapi/bounce@3.0.2(transitive)
+ Added@hapi/hoek@11.0.6(transitive)
- Removed@hapi/boom@9.1.4(transitive)
- Removed@hapi/bounce@2.0.0(transitive)
Updated@hapi/bounce@^3.0.0
Updated@hapi/hoek@^9.0.0