New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@greenwood/cli

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@greenwood/cli - npm Package Compare versions

Comparing version 0.27.0-alpha.6 to 0.27.0-alpha.7

src/loader.js

4

package.json
{
"name": "@greenwood/cli",
"version": "0.27.0-alpha.6",
"version": "0.27.0-alpha.7",
"description": "Greenwood CLI.",

@@ -69,3 +69,3 @@ "type": "module",

},
"gitHead": "4f627bc70191723b62e446fafb2921afb15c8fa4"
"gitHead": "8c4fc754c996614564e94153f3fe7e610be0189f"
}

@@ -28,2 +28,3 @@ import fs from 'fs';

if (extension !== '.js') {
const originalUrl = `${id}?type=${extension.replace('.', '')}`;
let contents;

@@ -34,3 +35,3 @@

request: {
originalUrl: id
originalUrl
},

@@ -37,0 +38,0 @@ response: {

@@ -122,3 +122,3 @@ /* eslint-disable complexity, max-depth */

} else if (isDynamic) {
const routeWorkerUrl = compilation.config.plugins.filter(plugin => plugin.type === 'renderer')[0].provider().workerUrl;
const routeWorkerUrl = compilation.config.plugins.filter(plugin => plugin.type === 'renderer')[0].provider(compilation).workerUrl;
let ssrFrontmatter;

@@ -125,0 +125,0 @@

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