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

gatsby-node-helpers

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-node-helpers - npm Package Compare versions

Comparing version 0.1.4 to 0.2.0

2

dist/index.js

@@ -48,3 +48,3 @@ 'use strict';

// Generates a node ID from a given type and node ID.
const generateNodeId = (type, id) => `${typePrefix}__${(0, _fp.upperFirst)(type)}__${id}`;
const generateNodeId = (type, id) => `${typePrefix}__${(0, _fp.upperFirst)((0, _fp.camelCase)(type))}__${id}`;

@@ -51,0 +51,0 @@ // Generates a node type name from a given type.

{
"name": "gatsby-node-helpers",
"version": "0.1.4",
"version": "0.2.0",
"description": "Gatsby node helper functions to aid node creation.",

@@ -5,0 +5,0 @@ "main": "dist/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