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.10 to 0.1.11

2

package.json
{
"name": "assetstream",
"version": "0.1.10",
"version": "0.1.11",
"description": "Stream and transform your browser assets.",

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

@@ -74,2 +74,4 @@

});
} else {
throw error;
}

@@ -126,2 +128,4 @@

console.error('ERR: Parse error at ' + asset.path + ':' + error.line + ',' + error.col + ': ' + error.message + '\n' + error.stack);
} else {
console.error('ERR: Parse error at ' + asset.path + ':', error.stack || error);
}

@@ -128,0 +132,0 @@

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