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
162
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.24.0 to 0.24.1

4

package.json
{
"name": "@greenwood/cli",
"version": "0.24.0",
"version": "0.24.1",
"description": "Greenwood CLI.",

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

},
"gitHead": "e821b0d0f1a2b8fdc63e02493d6ef082d37a4f7a"
"gitHead": "873ad804581f6930db5165ede7e3ce4a83a58b82"
}

@@ -134,6 +134,6 @@ import { BrowserRunner } from '../lib/browser.js';

// don't interfere with external requests or API calls
// don't interfere with external requests or API calls, binary files, or JSON
// and only run in development
if (process.env.__GWD_COMMAND__ === 'develop' && path.extname(url) !== '' && url.indexOf('http') !== 0) { // eslint-disable-line no-underscore-dangle
if (Buffer.isBuffer(body)) {
if (Buffer.isBuffer(body) || path.extname(ctx.request.headers.originalUrl) === '.json') {
// console.warn(`no body for => ${ctx.url}`);

@@ -140,0 +140,0 @@ } else {

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