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.2.0 to 0.3.0

6

dist/index.js

@@ -13,2 +13,6 @@ 'use strict';

var _pIsPromise = require('p-is-promise');
var _pIsPromise2 = _interopRequireDefault(_pIsPromise);
var _jsonStringifySafe = require('json-stringify-safe');

@@ -92,2 +96,4 @@

if ((0, _pIsPromise2.default)(node)) return node.then(resolvedNode => withDigest(_extends({}, resolvedNode, overrides)));
return withDigest(_extends({}, node, overrides));

@@ -94,0 +100,0 @@ };

5

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

@@ -36,4 +36,5 @@ "main": "dist/index.js",

"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.4"
"lodash": "^4.17.4",
"p-is-promise": "^1.1.0"
}
}
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