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 2.0.0 to 3.0.0-beta.1

4

gatsby-node.js

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

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

@@ -11,0 +11,0 @@ Sync.init({

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

@@ -26,2 +25,3 @@ "scripts": {

"devDependencies": {
"axios": "^0.21.1",
"babel-cli": "^6.26.0",

@@ -28,0 +28,0 @@ "jest": "^26.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