Comparing version 1.0.0 to 1.0.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.0.1"></a> | ||
## [1.0.1](https://github.com/npm/libnpmorg/compare/v1.0.0...v1.0.1) (2019-07-16) | ||
### Bug Fixes | ||
* **standard:** standard --fix ([5118358](https://github.com/npm/libnpmorg/commit/5118358)) | ||
<a name="1.0.0"></a> | ||
@@ -7,0 +17,0 @@ # 1.0.0 (2018-08-23) |
@@ -10,3 +10,3 @@ 'use strict' | ||
const OrgConfig = figgyPudding({ | ||
Promise: {default: () => Promise} | ||
Promise: { default: () => Promise } | ||
}) | ||
@@ -30,3 +30,3 @@ | ||
method: 'PUT', | ||
body: {user, role} | ||
body: { user, role } | ||
})).then(resolve, reject) | ||
@@ -44,3 +44,3 @@ }).then(ret => Object.assign(new MembershipDetail(), ret)) | ||
method: 'DELETE', | ||
body: {user}, | ||
body: { user }, | ||
ignoreBody: true | ||
@@ -47,0 +47,0 @@ })).then(resolve, reject) |
{ | ||
"name": "libnpmorg", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Programmatic api for `npm org` commands", | ||
@@ -30,3 +30,3 @@ "author": { | ||
"nock": "^9.6.1", | ||
"standard": "*", | ||
"standard": "^12.0.0", | ||
"standard-version": "*", | ||
@@ -47,4 +47,4 @@ "tap": "*", | ||
"get-stream": "^4.0.0", | ||
"npm-registry-fetch": "^3.8.0" | ||
"npm-registry-fetch": "^4.0.0" | ||
} | ||
} |
@@ -10,3 +10,3 @@ 'use strict' | ||
const OPTS = figgyPudding({registry: {}})({ | ||
const OPTS = figgyPudding({ registry: {} })({ | ||
registry: 'https://mock.reg/' | ||
@@ -13,0 +13,0 @@ }) |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
43321
12
4
+ Addedcacache@12.0.4(transitive)
+ Addedinfer-owner@1.0.4(transitive)
+ Addedmake-fetch-happen@5.0.2(transitive)
+ Addednpm-registry-fetch@4.0.7(transitive)
- Removedcacache@11.3.3(transitive)
- Removedmake-fetch-happen@4.0.2(transitive)
- Removednpm-registry-fetch@3.9.1(transitive)
Updatednpm-registry-fetch@^4.0.0