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

documentation-website

Package Overview
Dependencies
Maintainers
1
Versions
328
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

documentation-website - npm Package Compare versions

Comparing version 1.0.273 to 1.0.274

2

package.json
{
"name": "documentation-website",
"version": "1.0.273",
"version": "1.0.274",
"description": "Declarative multilanguage documentation website generator",

@@ -5,0 +5,0 @@ "keywords": [

@@ -235,4 +235,4 @@ // #!/usr/bin/env babel-node

(
SCOPE.scripts['build:export:compatible'] ||
SCOPE.scripts['build:export'] ||
SCOPE.scripts['build:bundle:compatible'] ||
SCOPE.scripts['build:bundle'] ||
SCOPE.scripts.build

@@ -244,6 +244,6 @@ )

(
SCOPE.scripts['build:export:compatible'] ?
'build:export:compatible' :
SCOPE.scripts['build:export'] ?
'build:export' :
SCOPE.scripts['build:bundle:compatible'] ?
'build:bundle:compatible' :
SCOPE.scripts['build:bundle'] ?
'build:bundle' :
'build'

@@ -250,0 +250,0 @@ )

Sorry, the diff of this file is too big to display

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