Socket
Socket
Sign inDemoInstall

@parcel/types-internal

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/types-internal - npm Package Compare versions

Comparing version 2.12.1-dev.3198 to 2.12.1-dev.3200

1

lib/Cache.d.ts

@@ -16,2 +16,3 @@ import type { Readable } from "stream";

}): Promise<void>;
deleteLargeBlob(key: string): Promise<void>;
getBuffer(key: string): Promise<Buffer | null | undefined>;

@@ -18,0 +19,0 @@

8

package.json
{
"name": "@parcel/types-internal",
"version": "2.12.1-dev.3198+507fb5b10",
"version": "2.12.1-dev.3200+54ccc2e5e",
"license": "MIT",

@@ -19,8 +19,8 @@ "main": "src/index.js",

"dependencies": {
"@parcel/diagnostic": "2.0.0-dev.1574+507fb5b10",
"@parcel/feature-flags": "2.12.1-dev.3198+507fb5b10",
"@parcel/diagnostic": "2.0.0-dev.1577+54ccc2e5e",
"@parcel/feature-flags": "2.12.1-dev.3200+54ccc2e5e",
"@parcel/source-map": "^2.1.1",
"utility-types": "^3.10.0"
},
"gitHead": "507fb5b101d8563900af0da395b47bd6116850bd"
"gitHead": "54ccc2e5eae3b30ae16df2925599c5cd3ae7ea2d"
}

@@ -21,2 +21,3 @@ // @flow strict-local

): Promise<void>;
deleteLargeBlob(key: string): Promise<void>;
getBuffer(key: string): Promise<?Buffer>;

@@ -23,0 +24,0 @@ /**

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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