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
42
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.0 to 2.0.0-alpha.1

2

build/build-static.js

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

loadModule = true;
fileContents += `import fileModule${index} from "${relativeFilePath}";\n`;
fileContents += `import * as fileModule${index} from "${relativeFilePath}";\n`;
}

@@ -128,0 +128,0 @@ knownAssets[filePath] = { contentType: type, isStatic, loadModule, };

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

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

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

loadModule = true;
fileContents += `import fileModule${index} from "${relativeFilePath}";\n`;
fileContents += `import * as fileModule${index} from "${relativeFilePath}";\n`;
}

@@ -154,0 +154,0 @@ knownAssets[filePath] = { contentType: type, isStatic, loadModule, };

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