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

@fastly/grip-compute-js

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastly/grip-compute-js - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

2

build/esm/PublisherTransport.js

@@ -20,3 +20,3 @@ /*

if (f) throw new TypeError("Generator is already executing.");
while (_) try {
while (g && (g = 0, op[0] && (_ = 0)), _) try {
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;

@@ -23,0 +23,0 @@ if (y = 0, t) op = [op[0] & 2, t.value];

{
"name": "@fastly/grip-compute-js",
"version": "0.1.0",
"version": "0.2.0",
"author": "Fastly, Inc. <oss@fastly.com>",
"description": "Extension of js-grip for Compute@Edge",
"packageManager": "pnpm@7.1.9",
"description": "Extension of js-grip for Fastly Compute",
"contributors": [

@@ -19,2 +18,11 @@ {

"types": "./build/src/index.d.ts",
"scripts": {
"prepack": "npm run build",
"build": "npm run lint && npm run build-package",
"build-package": "npm run build-package:clean && npm run build-package:compile",
"build-package:clean": "rimraf build",
"build-package:compile": "tsc --build tsconfig.json && tsc --build tsconfig.esm.json",
"lint": "npm run lint:eslint",
"lint:eslint": "eslint src"
},
"repository": {

@@ -46,11 +54,3 @@ "type": "git",

"@fanoutio/grip": "^3.1.0"
},
"scripts": {
"build": "pnpm lint && pnpm build-package",
"build-package": "pnpm build-package:clean && pnpm build-package:compile",
"build-package:clean": "rimraf build",
"build-package:compile": "tsc --build tsconfig.json && tsc --build tsconfig.esm.json",
"lint": "pnpm lint:eslint",
"lint:eslint": "eslint src"
}
}
}
# js-grip-compute-js
A GRIP interface library for JavaScript on Compute@Edge.
A GRIP interface library for JavaScript on Fastly Compute.
This is an adapter for using [`@fanoutio/grip`](https://github.com/fanout/js-grip) on
Compute@Edge with JavaScript.
Fastly Compute with JavaScript.

@@ -8,0 +8,0 @@ ## Usage

Sorry, the diff of this file is not supported yet

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