libnpmaccess
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="3.0.1"></a> | ||
## [3.0.1](https://github.com/npm/libnpmaccess/compare/v3.0.0...v3.0.1) (2018-11-12) | ||
### Bug Fixes | ||
* **ls-packages:** fix confusing splitEntity arg check ([1769090](https://github.com/npm/libnpmaccess/commit/1769090)) | ||
<a name="3.0.0"></a> | ||
@@ -7,0 +17,0 @@ # [3.0.0](https://github.com/npm/libnpmaccess/compare/v2.0.1...v3.0.0) (2018-08-24) |
@@ -94,5 +94,5 @@ 'use strict' | ||
cmd.lsPackages.stream = (entity, opts) => { | ||
validate('SO|SZ', [entity, opts]) | ||
opts = AccessConfig(opts) | ||
const {scope, team} = splitEntity(entity) | ||
validate('SSO|SZO', [scope, team, opts]) | ||
let uri | ||
@@ -99,0 +99,0 @@ if (team) { |
{ | ||
"name": "libnpmaccess", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "programmatic library for `npm access` commands", | ||
@@ -5,0 +5,0 @@ "author": { |
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
62941