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

cross-blob

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

cross-blob - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

browser.js

4

index.d.ts

@@ -11,6 +11,6 @@ /// <reference lib="dom"/>

declare const CrossBlob: {
prototype: CrossBlob;
new(blobParts?: BlobPart[], options?: BlobPropertyBag): CrossBlob;
prototype: CrossBlob
new(blobParts?: BlobPart[], options?: BlobPropertyBag): CrossBlob
};
export = CrossBlob;
{
"name": "cross-blob",
"version": "1.2.0",
"version": "1.2.1",
"description": "Cross-platform Blob implementation for NodeJS and the Web.",

@@ -12,3 +12,4 @@ "repository": "https://github.com/Richienb/cross-blob.git",

"index.js",
"index.d.ts"
"index.d.ts",
"browser.js"
],

@@ -34,4 +35,4 @@ "engines": {

"devDependencies": {
"ava": "^2.4.0",
"eslint-config-richienb": "^0.2.3",
"ava": "^3.1.0",
"eslint-config-richienb": "^0.3.0",
"get-stream": "^5.1.0",

@@ -42,3 +43,3 @@ "is-blob": "^2.1.0",

"resolutions": {
"eslint": "^6.7.2"
"eslint": "^6.8.0"
},

@@ -45,0 +46,0 @@ "xo": {

# Cross Blob [![Travis CI Build Status](https://img.shields.io/travis/com/Richienb/cross-blob/master.svg?style=for-the-badge)](https://travis-ci.com/Richienb/cross-blob)
Cross-platform Blob implementation for NodeJS and the Web.
Cross-platform Blob implementation for Node.js and the Web.

@@ -5,0 +5,0 @@ [![NPM Badge](https://nodei.co/npm/cross-blob.png)](https://npmjs.com/package/cross-blob)

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