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

libnpmversion

Package Overview
Dependencies
Maintainers
5
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libnpmversion - npm Package Compare versions

Comparing version 1.0.12 to 1.1.0

2

lib/index.js

@@ -16,2 +16,3 @@ const readJson = require('./read-json.js')

ignoreScripts = false,
scriptShell = undefined,
preid = null,

@@ -35,2 +36,3 @@ log = proclog,

ignoreScripts,
scriptShell,
preid,

@@ -37,0 +39,0 @@ pkg,

2

package.json
{
"name": "libnpmversion",
"version": "1.0.12",
"version": "1.1.0",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "files": [

@@ -28,2 +28,3 @@ # libnpmversion

ignoreScripts: false, // do not run pre/post/version lifecycle scripts
scriptShell: '/bin/bash', // shell to run lifecycle scripts in
message: 'v%s', // message for tag and commit, replace %s with the version

@@ -153,4 +154,8 @@ }).then(newVersion => {

#### `scriptShell` String
Path to the shell, which should execute the lifecycle scripts. Defaults to `/bin/sh` on unix, or `cmd.exe` on windows.
#### `message` String
The message for the git commit and annotated git tag that are created.
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