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-canary.3187 to 2.12.1-canary.3188

8

package.json
{
"name": "@parcel/types-internal",
"version": "2.12.1-canary.3187+ecf737ef4",
"version": "2.12.1-canary.3188+ae90f088b",
"license": "MIT",

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

"dependencies": {
"@parcel/diagnostic": "2.0.0-canary.1564+ecf737ef4",
"@parcel/feature-flags": "2.12.1-canary.3187+ecf737ef4",
"@parcel/diagnostic": "2.0.0-canary.1565+ae90f088b",
"@parcel/feature-flags": "2.12.1-canary.3188+ae90f088b",
"@parcel/source-map": "^2.1.1",
"utility-types": "^3.10.0"
},
"gitHead": "ecf737ef4650cdf8649aca182596a3d525ab42bc"
"gitHead": "ae90f088bba9900fd67f28212b9ed65fefe9b08b"
}

@@ -14,3 +14,4 @@ const fs = require('fs');

contents = contents.replace(/\$ReadOnlySet/g, 'ReadonlySet');
contents = contents.replace(/\$Partial/g, 'Partial');
fs.writeFileSync(typesPath, contents);

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