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

@fastly/as-compute

Package Overview
Dependencies
Maintainers
47
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastly/as-compute - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

CHANGELOG.md

5

assembly/fastly/fastly-upstream/fastly-pending-upstream-request.ts
// Copyright 2020 Fastly, Inc.
import { Response, Body, Headers, Status } from "@fastly/as-fetch";
import { Request, Response, Body, Headers, Status } from "@fastly/as-fetch";

@@ -25,3 +25,3 @@ import {

export class FastlyPendingUpstreamRequest extends FastlyUpstreamRequest {
export class FastlyPendingUpstreamRequest extends Request {
_pendingRequestHandle: PendingRequestHandle;

@@ -39,3 +39,2 @@ _backend: string;

body: null,
cacheOverride: init.cacheOverride,
});

@@ -42,0 +41,0 @@

2

assembly/fastly/fastly-upstream/fastly-upstream-request.ts

@@ -173,3 +173,3 @@ // Copyright 2020 Fastly, Inc.

body: null,
cacheOverride: this._cacheOverride,
cacheOverride: null,
}

@@ -176,0 +176,0 @@ );

{
"name": "@fastly/as-compute",
"version": "0.1.2",
"version": "0.1.3",
"license": "SEE LICENSE IN LICENSE",

@@ -22,2 +22,3 @@ "main": "assembly/index.ts",

"README.md",
"CHANGELOG.md",
"assembly/",

@@ -24,0 +25,0 @@ "reference-docs"

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