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

assetstream

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assetstream - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

2

helper/deserializeAsset.js

@@ -9,3 +9,3 @@

if (asset.content[key] && asset.content[key].$buffer) {
asset.content[key] = new Buffer(asset.content[key].$buffer);
asset.content[key] = new Buffer(asset.content[key].$buffer, 'base64');
}

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

{
"name": "assetstream",
"version": "0.1.15",
"version": "0.1.16",
"description": "Stream and transform your browser assets.",

@@ -5,0 +5,0 @@ "repository": {

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