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

@discoveryjs/cli

Package Overview
Dependencies
Maintainers
3
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@discoveryjs/cli - npm Package Compare versions

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

2

CHANGELOG.md

@@ -1,2 +0,2 @@

## 2.0.0-beta.1 (05-02-2021)
## 2.0.0-beta.2 (05-02-2021)

@@ -3,0 +3,0 @@ - Boosted build by using `esbuild` and streaming writing

@@ -66,3 +66,3 @@ const path = require('path');

darkmode: config.darkmode,
data: modelConfig.data ? data : null
data: modelConfig && modelConfig.data ? data : null
};

@@ -69,0 +69,0 @@

{
"name": "@discoveryjs/cli",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "CLI tools to serve & build projects based on Discovery.js",

@@ -5,0 +5,0 @@ "author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",

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