New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hammock

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hammock - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

3

lib/request.js

@@ -6,2 +6,3 @@ var Cookies = require('cookies');

var EventEmitter = require('events').EventEmitter;
var _ = require('lodash');

@@ -25,3 +26,3 @@ /**

Object.keys(options.cookies || {}).forEach(function(key) {
_.forEach(_.keys(options.cookies || {}) ,function(key) {
cookieBuffer.push(key + '=' + options.cookies[key]);

@@ -28,0 +29,0 @@ });

{
"name": "hammock",
"version": "0.1.3",
"version": "0.1.4",
"description": "Node.js mock / polyfill http object library for http req / res",

@@ -22,3 +22,4 @@ "main": "index.js",

"dependencies": {
"cookies": "~0.3.6"
"cookies": "~0.3.6",
"lodash": "~2.4.1"
},

@@ -25,0 +26,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