Socket
Socket
Sign inDemoInstall

xyz

Package Overview
Dependencies
0
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 4.0.0

2

package.json
{
"name": "xyz",
"version": "3.0.0",
"version": "4.0.0",
"description": "Publish npm packages with fewer screw-ups",

@@ -5,0 +5,0 @@ "license": "WTFPL",

@@ -24,2 +24,6 @@ # xyz

_**macOS Mojave**, released in 2018, provides a version of Bash from 2007.
xyz uses a feature added in Bash 4, released in 2009. macOS users should run
`brew install bash` to install a compatible Bash version._
## Usage

@@ -49,3 +53,4 @@

'prepatch', and 'prerelease'. 'patch' is assumed if this option
is omitted.
is omitted. Choosing one of the pre-releases causes the npm dist-tag
to be set according to --prerelease-label.

@@ -60,3 +65,5 @@ -m --message <template>

a pre-release version (e.g. 'beta' is the label in '2.0.0-beta.0').
'rc' is assumed if this option is omitted.
'rc' is assumed if this option is omitted. If the release is a
pre-release, as indicated by --increment, the --prerelease-label will
be used to create an npm dist-tag for the release.

@@ -68,2 +75,4 @@ --publish-command <command>

to a registry. 'npm publish' is assumed if this option is omitted.
If this option is provided, the --prerelease-label will not be used
to create an npm dist-tag for the release.

@@ -70,0 +79,0 @@ -r --repo <repository>

Sorry, the diff of this file is not supported yet

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