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

lavamoat-tofu

Package Overview
Dependencies
Maintainers
7
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lavamoat-tofu - npm Package Compare versions

Comparing version 7.2.3 to 7.3.0

24

CHANGELOG.md
# Changelog
## [7.3.0](https://github.com/LavaMoat/LavaMoat/compare/lavamoat-tofu-v7.2.3...lavamoat-tofu-v7.3.0) (2024-07-11)
### Features
* **tofu:** support node.js 22.x ([d6c5e1f](https://github.com/LavaMoat/LavaMoat/commit/d6c5e1f26977dc84575c2e9a75667b6339ca7aec))
### Bug Fixes
* **deps:** update babel monorepo ([246ec25](https://github.com/LavaMoat/LavaMoat/commit/246ec256790a0a2cb993d5895ae13a0b716da1c6))
* **deps:** update babel monorepo to v7.24.5 ([7e466bd](https://github.com/LavaMoat/LavaMoat/commit/7e466bd5718a0a1b92df24a2d023c0bb1f54b872))
* **deps:** update babel monorepo to v7.24.6 ([f6d450f](https://github.com/LavaMoat/LavaMoat/commit/f6d450fa48c8f166dac72a2b606429dafa5a70c4))
* **deps:** update definitelytyped ([a23d8be](https://github.com/LavaMoat/LavaMoat/commit/a23d8beb8a64ceed6417ac1eb48b866465fd784b))
* **deps:** update dependency type-fest to v4.14.0 ([1321a58](https://github.com/LavaMoat/LavaMoat/commit/1321a58964f36af95b30a547154a060edb63d009))
* **deps:** update dependency type-fest to v4.15.0 ([c48f8e3](https://github.com/LavaMoat/LavaMoat/commit/c48f8e31c2f0bfc5e8baff190ea7afeef11d205b))
### Dependencies
* The following workspace dependencies were updated
* peerDependencies
* lavamoat-core bumped from ^15.3.0 to ^15.4.0
## [7.2.3](https://github.com/LavaMoat/LavaMoat/compare/lavamoat-tofu-v7.2.2...lavamoat-tofu-v7.2.3) (2024-03-26)

@@ -4,0 +28,0 @@

16

package.json
{
"name": "lavamoat-tofu",
"version": "7.2.3",
"version": "7.3.0",
"description": "This is the TOFU (trust-on-first-use) static analysis tool used by LavaMoat to automatically generate useable config",

@@ -17,3 +17,3 @@ "repository": {

"engines": {
"node": "^16.20.0 || ^18.0.0 || ^20.0.0"
"node": "^16.20.0 || ^18.0.0 || ^20.0.0 || ^22.0.0"
},

@@ -30,10 +30,10 @@ "main": "src/index.js",

"peerDependencies": {
"lavamoat-core": "^15.3.0"
"lavamoat-core": "^15.4.0"
},
"dependencies": {
"@babel/parser": "7.24.0",
"@babel/traverse": "7.24.0",
"@babel/types": "7.24.0",
"@types/babel__traverse": "7.20.5",
"type-fest": "4.13.1"
"@babel/parser": "7.24.6",
"@babel/traverse": "7.24.6",
"@babel/types": "7.24.6",
"@types/babel__traverse": "7.20.6",
"type-fest": "4.15.0"
},

@@ -40,0 +40,0 @@ "devDependencies": {

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