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

@mozaic-ds/gatsby-github-release

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mozaic-ds/gatsby-github-release - npm Package Compare versions

Comparing version 1.0.1-beta.0 to 1.0.1-beta.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.0.1-beta.1](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-beta.0...v1.0.1-beta.1) (2020-01-23)
### Features
* **onboard/updates:** create changelog page ([#467](https://github.com/adeo/mozaic-design-system/issues/467)) ([e94db16](https://github.com/adeo/mozaic-design-system/commit/e94db16f77aa565f95d9e1bb16ed175c32e7ef37))
## [1.0.1-beta.0](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.32...v1.0.1-beta.0) (2019-12-18)

@@ -8,0 +19,0 @@

4

gatsby-node.js

@@ -21,2 +21,3 @@ require('dotenv').config()

publishedAt
descriptionHTML
}

@@ -45,3 +46,3 @@ }

tags.forEach(tag => {
const { tagName, publishedAt } = tag
const { tagName, publishedAt, descriptionHTML } = tag

@@ -57,2 +58,3 @@ let nodeId = createNodeId(`github-release-${tagName}`)

publishedAt,
descriptionHTML,
url:

@@ -59,0 +61,0 @@ 'https://' +

{
"name": "@mozaic-ds/gatsby-github-release",
"version": "1.0.1-beta.0",
"version": "1.0.1-beta.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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