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

libnpmorg

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libnpmorg - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.travis.yml

10

CHANGELOG.md

@@ -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)

6

index.js

@@ -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 @@ })

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