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

@fastly/compute-js-static-publish

Package Overview
Dependencies
Maintainers
23
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastly/compute-js-static-publish - npm Package Compare versions

Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2

2

build/build-static.js

@@ -107,3 +107,3 @@ // This program builds static resources out of the files in the

const knownAssets = {};
let fileContents = '';
let fileContents = 'import { Buffer } from "buffer";\n';
for (const [index, file] of files.entries()) {

@@ -110,0 +110,0 @@ const relativeFilePath = path.relative('./src', file);

{
"name": "@fastly/compute-js-static-publish",
"type": "module",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Static Publisher for Compute@Edge JavaScript",

@@ -6,0 +6,0 @@ "main": "./build/index.js",

@@ -132,3 +132,3 @@ // This program builds static resources out of the files in the

let fileContents = '';
let fileContents = 'import { Buffer } from "buffer";\n';

@@ -135,0 +135,0 @@ for (const [index, file] of files.entries()) {

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