cross-blob
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3762
6
16