New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gasket/utils

Package Overview
Dependencies
Maintainers
6
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gasket/utils - npm Package Compare versions

Comparing version 6.0.12 to 6.0.13

5

CHANGELOG.md
# `@gasket/utils`
### 6.0.13
- Added --legacy-peer-deps flag to install cli. ([#275])
### 6.0.0

@@ -39,1 +43,2 @@

[#247]: https://github.com/godaddy/gasket/pull/247
[#275]: https://github.com/godaddy/gasket/pull/275

4

lib/package-manager.js

@@ -142,3 +142,5 @@ /* eslint-disable no-process-env */

async install(args = []) {
return this.exec('install', args);
// Installing with --legacy-peer-deps flag to accommodate npm7, specifically
// requiring different versions of react
return this.exec('install', [...args, '--legacy-peer-deps']);
}

@@ -145,0 +147,0 @@

{
"name": "@gasket/utils",
"version": "6.0.12",
"version": "6.0.13",
"description": "Reusable utilities for Gasket internals",

@@ -64,3 +64,3 @@ "main": "lib",

],
"gitHead": "ae1e28cf31d8e15de7e0c4fe92dbdf577efcfbd3"
"gitHead": "538602de36e1704f8ab26d4a8e29b08587b32145"
}
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