gatsby-source-imgur-gallery-albums
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"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", |
@@ -6,5 +6,9 @@ # Gatsby Source Imgur Gallery Albums | ||
```options: { | ||
``` | ||
options: { | ||
clientId: "XXXXXX", | ||
albumHashes: [], | ||
}``` | ||
} | ||
``` |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6028
9
112
1
1
14
0
4
3
3