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

gatsby-plugin-storyblok-image

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-storyblok-image - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

3

dist/index.d.ts
import getGatsbyImage from './getGatsbyImage';
export { getGatsbyImage };
import getSbImageUrl from './utils/buildImageUrl';
export { getGatsbyImage, getSbImageUrl };

@@ -6,4 +6,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.getGatsbyImage = void 0;
exports.getSbImageUrl = exports.getGatsbyImage = void 0;
const getGatsbyImage_1 = __importDefault(require("./getGatsbyImage"));
exports.getGatsbyImage = getGatsbyImage_1.default;
const buildImageUrl_1 = __importDefault(require("./utils/buildImageUrl"));
exports.getSbImageUrl = buildImageUrl_1.default;
{
"name": "gatsby-plugin-storyblok-image",
"version": "2.0.1",
"version": "2.0.2",
"description": "Adds gatsby-plugin-image to Gatsby & Storyblok as a content source.",

@@ -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