Socket
Socket
Sign inDemoInstall

@fastly/js-compute

Package Overview
Dependencies
Maintainers
25
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastly/js-compute - npm Package Compare versions

Comparing version 0.5.7 to 0.5.8

7

CHANGELOG.md
# Changelog
## [0.5.8](https://github.com/fastly/js-compute-runtime/compare/v0.5.7...v0.5.8) (2022-11-28)
### Bug Fixes
* Allow process.execPath to contain whitespace ([caefe51](https://github.com/fastly/js-compute-runtime/commit/caefe512413675f10a7f1e6501249b3ebe7f5d21))
## [0.5.7](https://github.com/fastly/js-compute-runtime/compare/v0.5.6...v0.5.7) (2022-11-24)

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

2

package.json
{
"name": "@fastly/js-compute",
"version": "0.5.7",
"version": "0.5.8",
"engines": {

@@ -5,0 +5,0 @@ "node": "^16 || ^18"

@@ -6,3 +6,3 @@ import { spawnSync } from "node:child_process";

let nodeProcess = spawnSync(
process.execPath,
`"${process.execPath}"`,
[

@@ -9,0 +9,0 @@ "--check",

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