New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gatsby-source-imgur-gallery-albums

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-source-imgur-gallery-albums - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

7

package.json
{
"name": "gatsby-source-imgur-gallery-albums",
"version": "0.1.5",
"version": "0.1.6",
"description": "Source data from Imgur Gallery Albums",

@@ -8,3 +8,2 @@ "main": "dist/index.js",

"build": "babel src --out-dir dist --ignore **/__tests__ && cp README.md dist && cp package.json dist",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__"

@@ -23,2 +22,3 @@ },

"dependencies": {
"cross-env": "^6.0.3",
"node-fetch": "^2.6.0"

@@ -29,4 +29,3 @@ },

"@babel/core": "^7.7.5",
"babel-preset-gatsby-package": "^0.2.14",
"cross-env": "^5.2.1"
"babel-preset-gatsby-package": "^0.2.14"
},

@@ -33,0 +32,0 @@ "keywords": [

# Gatsby Source Imgur Gallery Albums
Add to `gatsby-config.js` the plugin `gatsby-source-imgur-gallery-album`
Add to `gatsby-config.js` the plugin `npm i gatsby-source-imgur-gallery-albums`
and add to options your client id and album hashes as an array
```
resolve: "gatsby-source-imgur-gallery-albums"
options: {

@@ -9,0 +9,0 @@ clientId: "XXXXXX",

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