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

gofer

Package Overview
Dependencies
Maintainers
4
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gofer - npm Package Compare versions

Comparing version 2.6.2 to 2.6.3

6

CHANGELOG.md

@@ -0,1 +1,7 @@

### 2.6.3
* chore: replace deprecated 'node-uuid' with 'uuid' - **[@saumitrab](https://github.com/saumitrab)** [#74](https://github.com/groupon/gofer/pull/74)
- [`e35b6e7`](https://github.com/groupon/gofer/commit/e35b6e7393e3b86ca087d0740f997d9fc71f3084) **chore:** replace deprecated 'node-uuid' with 'uuid'
### 2.6.2

@@ -2,0 +8,0 @@

2

lib/hub.js

@@ -47,3 +47,3 @@

uuid = require('node-uuid');
uuid = require('uuid');

@@ -50,0 +50,0 @@ ref = require('lodash'), extend = ref.extend, map = ref.map, mapValues = ref.mapValues, once = ref.once;

{
"name": "gofer",
"version": "2.6.2",
"version": "2.6.3",
"description": "A general purpose service client library for node.js",

@@ -34,4 +34,4 @@ "license": "BSD-3-Clause",

"lodash": "^4.6.1",
"node-uuid": "^1.4.1",
"request": "2.74.0"
"request": "2.79.0",
"uuid": "^3.0.1"
},

@@ -38,0 +38,0 @@ "devDependencies": {

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