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

@wordpress/blob

Package Overview
Dependencies
Maintainers
14
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/blob - npm Package Compare versions

Comparing version 2.7.0 to 2.8.0

build-types/index.d.ts

2

build-module/index.js

@@ -8,3 +8,3 @@ /**

/**
* @type {{[key: string]: File|undefined}}
* @type {Record<string, File|undefined>}
*/

@@ -11,0 +11,0 @@

@@ -18,3 +18,3 @@ "use strict";

/**
* @type {{[key: string]: File|undefined}}
* @type {Record<string, File|undefined>}
*/

@@ -21,0 +21,0 @@

@@ -0,1 +1,9 @@

## Master
## 2.8.0 (2020-04-15)
### New feature
- Include TypeScript type declarations ([#18942](https://github.com/WordPress/gutenberg/pull/18942))
## 2.1.0 (2018-10-19)

@@ -2,0 +10,0 @@

{
"name": "@wordpress/blob",
"version": "2.7.0",
"version": "2.8.0",
"description": "Blob utilities for WordPress.",

@@ -23,5 +23,6 @@ "author": "The WordPress Contributors",

"react-native": "src/index",
"types": "build-types",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.8.3"
"@babel/runtime": "^7.9.2"
},

@@ -31,3 +32,3 @@ "publishConfig": {

},
"gitHead": "41fc84af285da696c65c235331ee245dfe23971d"
"gitHead": "65dbf3a9503402ca3837090dc89d0207f7d96352"
}

@@ -7,3 +7,3 @@ /**

/**
* @type {{[key: string]: File|undefined}}
* @type {Record<string, File|undefined>}
*/

@@ -10,0 +10,0 @@ const cache = {};

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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