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.3 to 0.1.4

.babelrc

23

package.json
{
"name": "gatsby-source-imgur-gallery-albums",
"version": "0.1.3",
"version": "0.1.4",
"description": "Source data from Imgur Gallery Albums",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"build": "gatsby build"
"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__",
"publish": "npm publish ./dist"
},
"author": "Kyle Calica",
"license": "",
"repository": {
"type": "git",
"url": "https://github.com/stcalica/gatsby-imgur-gallery-albums.git"
},
"homepage": "https://github.com/stcalica/gatsby-imgur-gallery-albums#readme",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"babel-preset-gatsby-package": "^0.2.14",
"cross-env": "^5.2.1"
},
"keywords": [

@@ -15,0 +32,0 @@ "gatsby",

8

README.md

@@ -6,5 +6,9 @@ # Gatsby Source Imgur Gallery Albums

```options: {
```
options: {
clientId: "XXXXXX",
albumHashes: [],
}```
}
```
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