Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-digigov-docs

Package Overview
Dependencies
Maintainers
1
Versions
262
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-digigov-docs - npm Package Compare versions

Comparing version 1.0.0-002c630d to 1.0.0-079f34f3d

8

package.json
{
"name": "create-digigov-docs",
"version": "1.0.0-002c630d",
"version": "1.0.0-079f34f3d",
"description": "Create a DigiGOV docs website that uses Docusaurus under the hood",

@@ -30,5 +30,5 @@ "bin": "cli.js",

"devDependencies": {
"@digigov/cli": "1.0.0-002c630d",
"@digigov/cli-docs": "1.0.0-002c630d",
"@digigov/cli-test": "1.0.0-002c630d",
"@digigov/cli": "1.0.0-079f34f3d",
"@digigov/cli-docs": "1.0.0-079f34f3d",
"@digigov/cli-test": "1.0.0-079f34f3d",
"typescript": "4.2.3",

@@ -35,0 +35,0 @@ "publint": "0.1.8"

@@ -80,7 +80,7 @@ import React from 'react';

</Masthead>
<Container cols={false}>
<Container grid={false}>
{features && features.length > 0 && (
<Grid container spacing={4}>
{features.map((props, idx) => (
<Grid key={idx} item md={4}>
<Grid key={idx} item xs={12} sm={12} md={4}>
<Feature {...props} />

@@ -87,0 +87,0 @@ </Grid>

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