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

gatsby-source-storyblok

Package Overview
Dependencies
Maintainers
4
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-source-storyblok - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

4

gatsby-node.js

@@ -6,4 +6,4 @@ const StoryblokClient = require('storyblok-js-client')

exports.sourceNodes = async function({ boundActionCreators }, options) {
const { createNode, setPluginStatus } = boundActionCreators;
exports.sourceNodes = async function({ actions }, options) {
const { createNode, setPluginStatus } = actions;
const client = new StoryblokClient(options, 'https://api.storyblok.com/v1');

@@ -10,0 +10,0 @@

{
"name": "gatsby-source-storyblok",
"description": "Gatsby source plugin for building websites using the Storyblok headless CMS as a data source.",
"version": "1.2.0",
"version": "1.3.0",
"author": "Alexander Feiglstorfer <af@storyblok.com>",
"dependencies": {
"axios": "^0.21.1",
"json-stringify-safe": "^5.0.1",
"storyblok-js-client": "^2.5.2"
"storyblok-js-client": "^3.3.1"
},

@@ -10,0 +11,0 @@ "scripts": {

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