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

beachball

Package Overview
Dependencies
Maintainers
1
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beachball - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

11

CHANGELOG.md
# Changelog - beachball
This log was last generated on Tue, 18 Jun 2019 05:27:09 GMT and should not be manually modified.
This log was last generated on Tue, 18 Jun 2019 05:43:57 GMT and should not be manually modified.
## 1.6.2
Tue, 18 Jun 2019 05:43:57 GMT
### Patches
- use a specific registry and also displaynpm publish command (kchau@microsoft.com)
## 1.6.1
Tue, 18 Jun 2019 05:27:09 GMT
Tue, 18 Jun 2019 05:27:14 GMT

@@ -8,0 +15,0 @@ ### Patches

2

lib/cli.js

@@ -51,3 +51,3 @@ "use strict";

push: args.push === false ? false : true,
registry: args.registry || 'http://registry.npmjs.org',
registry: args.registry || 'https://registry.npmjs.org',
tag: args.tag || 'latest',

@@ -54,0 +54,0 @@ token: '',

@@ -39,2 +39,3 @@ "use strict";

}
console.log(`publish command: ${args.join(' ')}`);
return npm(args, { cwd: packagePath });

@@ -41,0 +42,0 @@ }

{
"name": "beachball",
"version": "1.6.1",
"version": "1.6.2",
"main": "index.js",

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

Sorry, the diff of this file is not supported yet

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