Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hapi/somever

Package Overview
Dependencies
Maintainers
6
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hapi/somever - npm Package Compare versions

Comparing version 3.0.1 to 4.0.0

4

lib/index.js

@@ -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": {

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