Socket
Socket
Sign inDemoInstall

gatsby-transformer-sharp

Package Overview
Dependencies
Maintainers
1
Versions
567
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-transformer-sharp - npm Package Compare versions

Comparing version 1.0.0-alpha13-alpha.537d11c6 to 1.0.0-alpha13-alpha.7d186994

8

gatsby-node.js

@@ -21,3 +21,3 @@ "use strict";

createNode = boundActionCreators.createNode, updateNode = boundActionCreators.updateNode;
extensions = ["jpeg", "jpg", "png", "webp", "tif", "tiff", "svg"];
extensions = [`jpeg`, `jpg`, `png`, `webp`, `tif`, `tiff`, `svg`];

@@ -34,4 +34,4 @@ if (_.includes(extensions, node.extension)) {

logical: true,
id: `${ node.id } >> ImageSharp`,
contentDigest: `${ node.id }`,
id: `${node.id} >> ImageSharp`,
contentDigest: `${node.id}`,
parent: node.id,

@@ -65,4 +65,4 @@ type: `ImageSharp`,

var _ = require("lodash");
var _ = require(`lodash`);
exports.onNodeCreate = onNodeCreate;
{
"name": "gatsby-transformer-sharp",
"version": "1.0.0-alpha13-alpha.537d11c6",
"version": "1.0.0-alpha13-alpha.7d186994",
"description": "Gatsby transformer plugin for images using Sharp",
"scripts": {
"build": "babel src --out-dir .",
"watch": "babel -w src --out-dir ."
"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__"
},

@@ -18,8 +18,8 @@ "keywords": [

"dependencies": {
"bluebird": "^3.4.6",
"bluebird": "^3.5.0",
"unist-util-select": "^1.5.0"
},
"devDependencies": {
"babel-cli": "^6.18.0"
"babel-cli": "^6.24.1"
}
}
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