Socket
Socket
Sign inDemoInstall

@lavamoat/allow-scripts

Package Overview
Dependencies
Maintainers
6
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lavamoat/allow-scripts - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

9

CHANGELOG.md

@@ -9,2 +9,11 @@ # Changelog

## [3.0.4](https://github.com/LavaMoat/LavaMoat/compare/allow-scripts-v3.0.3...allow-scripts-v3.0.4) (2024-03-26)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @lavamoat/aa bumped from ^4.1.0 to ^4.2.0
## [3.0.2](https://github.com/LavaMoat/LavaMoat/compare/allow-scripts-v3.0.1...allow-scripts-v3.0.2) (2024-02-07)

@@ -11,0 +20,0 @@

6

package.json
{
"name": "@lavamoat/allow-scripts",
"version": "3.0.3",
"version": "3.0.4",
"description": "A tool for running only the dependency lifecycle hooks specified in an allowlist.",

@@ -38,7 +38,7 @@ "repository": {

"test": "npm run test:run",
"test:prep": "for d in ./test/projects/*/ ; do (cd \"$d\" && ../../../src/cli.js auto --experimental-bins); done",
"test:prep": "node test/prepare.js",
"test:run": "ava"
},
"dependencies": {
"@lavamoat/aa": "^4.1.0",
"@lavamoat/aa": "^4.2.0",
"@npmcli/run-script": "7.0.4",

@@ -45,0 +45,0 @@ "bin-links": "4.0.3",

// @ts-check
const { promises: fs } = require('fs')
const path = require('path')
const { promises: fs } = require('node:fs')
const path = require('node:path')
const npmRunScript = require('@npmcli/run-script')

@@ -6,0 +6,0 @@ const normalizeBin = require('npm-normalize-package-bin')

@@ -10,3 +10,3 @@ // @ts-check

const { dirname, resolve, relative } = require('path')
const { dirname, resolve, relative } = require('node:path')

@@ -13,0 +13,0 @@ /**

@@ -6,5 +6,5 @@ const {

writeFileSync,
} = require('fs')
const { spawnSync } = require('child_process')
const path = require('path')
} = require('node:fs')
const { spawnSync } = require('node:child_process')
const path = require('node:path')
const { FEATURE } = require('./toggles')

@@ -11,0 +11,0 @@

@@ -5,3 +5,3 @@ #!/usr/bin/env node

// @ts-check
const path = require('path')
const path = require('node:path')
const { getOptionsForBin } = require('./index.js')

@@ -8,0 +8,0 @@ const { FEATURE } = require('./toggles.js')

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