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

gmail-api-parse-message

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gmail-api-parse-message - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

lib/index.js

@@ -9,3 +9,3 @@ var b64Decode = require('base-64').decode;

function urlB64Decode(string) {
return b64Decode(string.replace(/\-/g, '+').replace(/\_/g, '/'));
return decodeURIComponent(escape(b64Decode(string.replace(/\-/g, '+').replace(/\_/g, '/'))));
}

@@ -12,0 +12,0 @@

{
"name": "gmail-api-parse-message",
"version": "1.0.2",
"version": "1.0.3",
"description": "Parses the response from the Gmail API's GET message method",

@@ -5,0 +5,0 @@ "main": "lib",

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