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

pmp-image

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pmp-image - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

dist/modules/saveAsFile.js

@@ -56,3 +56,3 @@ 'use strict';

if (res.statusCode !== 200) {
done(new Error('wrong statusCode ' + res.statusCode + ' ' + res.statusMessage));
done(new Error('wrong statusCode ' + res.statusCode + ' ' + JSON.stringify(res.body)));
return;

@@ -59,0 +59,0 @@ }

@@ -62,3 +62,3 @@ 'use strict';

if (res.statusCode !== 200) {
done(new Error('wrong statusCode ' + res.statusCode + ' ' + res.statusMessage));
done(new Error('wrong statusCode ' + res.statusCode + ' ' + JSON.stringify(res.body)));
return;

@@ -65,0 +65,0 @@ }

{
"name": "pmp-image",
"version": "0.0.8",
"version": "0.0.9",
"description": "PicMePlease image",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/paolo-chiabrera/pmp-image",

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