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

mws-extract-document

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mws-extract-document - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

index.js

@@ -15,5 +15,6 @@ const fs = require('fs');

if (err) reject(err)
else resolve('file saved!')
else resolve('file saved!');
});
});
module.exports = extractZip;
{
"name": "mws-extract-document",
"version": "1.0.0",
"version": "1.0.1",
"description": "Extracting ZIP/PDF document from mws base64 string api response.",

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

},
"homepage": "https://github.com/yortrosal/mws-extract-document#readme"
"homepage": "https://github.com/yortrosal/mws-extract-document#readme",
"dependencies": {}
}
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