lavamoat-tofu
Advanced tools
Comparing version 7.2.0 to 7.2.1
# 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 @@ |
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
223778
7310
1