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

render-data

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

render-data - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

index.js

@@ -46,3 +46,3 @@ var path = require('path')

var elem = document.createElement('iframe')
streamToBlobURL(file.createReadStream(), file.name, 'text/plain', function (err, url) {
streamToBlobURL(file.createReadStream(), function (err, url) {
if (err) return cb(err)

@@ -49,0 +49,0 @@ elem.src = url

{
"name": "render-data",
"version": "1.1.1",
"version": "1.1.2",
"description": "Automagically render data files in the browser, like render-media",

@@ -22,4 +22,4 @@ "main": "index.js",

"render-media": "^2.0.2",
"stream-to-blob-url": "^2.0.0"
"stream-to-blob-url": "^2.1.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