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

popsicle

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

popsicle - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

2

dist/index.js

@@ -172,3 +172,3 @@ "use strict";

var jar = options.jar;
var cookie = request.get('Cookie');
var cookie = request.getAll('Cookie');
if (!jar) {

@@ -175,0 +175,0 @@ return function () { return Promise.resolve(); };

{
"name": "popsicle",
"version": "7.0.0",
"version": "7.0.1",
"description": "Simple HTTP requests for node and the browser",

@@ -22,3 +22,3 @@ "main": "dist/common.js",

"lint": "# TODO",
"check-size": "browserify-size .",
"check-size": "browserify . -s popsicle --external bluebird > popsicle.js && du -h popsicle.js",
"build": "rm -rf dist/ && tsc && npm run check-size",

@@ -61,3 +61,2 @@ "test-spec": "npm run test-server-open && HTTPS_PORT=7358 PORT=7357 node dist/test/index.js; EXIT=$?; npm run test-server-close; exit $EXIT",

"browserify": "^13.0.0",
"browserify-size": "^1.0.6",
"envify": "^3.4.0",

@@ -64,0 +63,0 @@ "express": "^4.10.2",

Sorry, the diff of this file is not supported yet

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