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

@fastly/js-compute

Package Overview
Dependencies
Maintainers
0
Versions
128
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 3.22.4 to 3.23.0

8

package.json
{
"name": "@fastly/js-compute",
"version": "3.22.4",
"version": "3.23.0",
"license": "Apache-2.0",

@@ -41,4 +41,4 @@ "main": "js-compute-runtime-cli.js",

"format-changelog": "node ci/format-changelog.js CHANGELOG.md",
"format": "prettier --write *.js src/*.js integration-tests/**/*.js",
"format:check": "prettier --check *.js src/*.js integration-tests/**/*.js"
"format": "prettier --write *.js src/*.js integration-tests",
"format:check": "prettier --check *.js src/*.js integration-tests"
},

@@ -60,3 +60,3 @@ "devDependencies": {

"@bytecodealliance/wizer": "^7.0.5",
"@cfallin/weval": "^0.2.14",
"@bytecodealliance/weval": "^0.3.2",
"acorn": "^8.12.1",

@@ -63,0 +63,0 @@ "acorn-walk": "^8.3.3",

@@ -9,3 +9,3 @@ import { dirname, resolve, sep, normalize } from 'node:path';

import wizer from '@bytecodealliance/wizer';
import weval from '@cfallin/weval';
import weval from '@bytecodealliance/weval';
import { precompile } from './precompile.js';

@@ -12,0 +12,0 @@ import { bundle } from './bundle.js';

@@ -121,2 +121,11 @@ /// <reference path="../types/secret-store.d.ts" />

}
/**
* @experimental
*
* When enabled, sets that this backend is to be used for gRPC traffic.
*
* Warning: When using this experimental feature, no guarantees are provided for behaviours for
* backends that do not provide gRPC traffic.
*/
grpc?: boolean;
}

@@ -123,0 +132,0 @@

declare module "fastly:geolocation" {
/**
* Retrieve geolocation information about the given IP address.
* If no geolocation information is available, returns null.
*

@@ -68,3 +69,3 @@ * @param address The IPv4 or IPv6 address to query

*/
function getGeolocationForIpAddress(address: string): Geolocation;
function getGeolocationForIpAddress(address: string): Geolocation | null;
/**

@@ -71,0 +72,0 @@ * [Fastly Geolocation](https://developer.fastly.com/reference/vcl/variables/geolocation/)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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