Socket
Socket
Sign inDemoInstall

@lavamoat/aa

Package Overview
Dependencies
Maintainers
6
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lavamoat/aa - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

12

CHANGELOG.md
# Changelog
## [4.2.0](https://github.com/LavaMoat/LavaMoat/compare/aa-v4.1.0...aa-v4.2.0) (2024-03-26)
### Features
* **aa:** Log unknown package dirs in error message ([0fa3283](https://github.com/LavaMoat/LavaMoat/commit/0fa32832a1022c160a8685d56683bac652ce67a5))
### Bug Fixes
* **test/aa:** platform-agnostic path separator ([f4b6eaf](https://github.com/LavaMoat/LavaMoat/commit/f4b6eaf302bc80b017362901a7237e542d143280))
## [4.1.0](https://github.com/LavaMoat/LavaMoat/compare/aa-v4.0.1...aa-v4.1.0) (2024-02-29)

@@ -4,0 +16,0 @@

3

package.json
{
"name": "@lavamoat/aa",
"version": "4.1.0",
"version": "4.2.0",
"description": "LavaMoat's secure package naming convention",

@@ -26,2 +26,3 @@ "author": "kumavis",

"scripts": {
"bench": "node ./test/benchmark/index.js",
"lint:deps": "depcheck",

@@ -28,0 +29,0 @@ "test": "npm run test:run",

@@ -272,3 +272,3 @@ 'use strict'

throw new Error(
`LavaMoat - Encountered unknown package directory for file "${modulePath}"`
`LavaMoat - Encountered unknown package directory "${relativeToPackageDir}" for file "${modulePath}"`
)

@@ -275,0 +275,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