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

lavamoat-tofu

Package Overview
Dependencies
Maintainers
6
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.0 to 7.2.1

14

CHANGELOG.md
# Changelog
## [7.2.1](https://github.com/LavaMoat/LavaMoat/compare/lavamoat-tofu-v7.2.0...lavamoat-tofu-v7.2.1) (2024-02-29)
### Bug Fixes
* **tofu/test:** platform-agnostic line separator ([a9c9c0f](https://github.com/LavaMoat/LavaMoat/commit/a9c9c0fc6c49e5804583a67ad8838cac46bff1a0))
### Dependencies
* The following workspace dependencies were updated
* peerDependencies
* lavamoat-core bumped from ^15.1.2 to ^15.2.0
## [7.2.0](https://github.com/LavaMoat/LavaMoat/compare/lavamoat-tofu-v7.1.0...lavamoat-tofu-v7.2.0) (2024-02-07)

@@ -4,0 +18,0 @@

4

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

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

"peerDependencies": {
"lavamoat-core": "^15.1.2"
"lavamoat-core": "^15.2.0"
},

@@ -32,0 +32,0 @@ "dependencies": {

@@ -0,1 +1,4 @@

/* eslint-disable no-undef */
const { EOL } = require('node:os')
const test = require('ava')

@@ -10,3 +13,3 @@ const deepEqual = require('deep-equal')

t.is(src, '(() => {\n 1 + 2 + 3\n })()')
t.is(src, `(() => {${EOL} 1 + 2 + 3${EOL} })()`)
})

@@ -13,0 +16,0 @@

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