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 2.0.0 to 2.0.1

1

dist/lib/error.d.ts

@@ -6,3 +6,4 @@ import makeErrorCause = require('make-error-cause');

popsicle: Request;
name: string;
constructor(message: string, code: string, original: Error, popsicle: Request);
}

@@ -11,2 +11,3 @@ var __extends = (this && this.__extends) || function (d, b) {

_super.call(this, message, original);
this.name = 'PopsicleError';
this.code = code;

@@ -13,0 +14,0 @@ this.popsicle = popsicle;

2

package.json
{
"name": "popsicle",
"version": "2.0.0",
"version": "2.0.1",
"description": "Simple HTTP requests for node and the browser",

@@ -5,0 +5,0 @@ "main": "dist/lib/index.js",

@@ -77,2 +77,4 @@ # ![Popsicle](https://cdn.rawgit.com/blakeembrey/popsicle/master/logo.svg)

**P.S.:** Need a proxy? Try using [`proxy-agent`](https://github.com/TooTallNate/node-proxy-agent) with the agent option.
#### Short-hand Methods

@@ -79,0 +81,0 @@

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