gatsby-source-pinboard
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "gatsby-source-pinboard", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Grab recent bookmarks from Pinboard for use within Gatsby.", | ||
@@ -17,10 +17,11 @@ "scripts": { | ||
"license": "MIT", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"crypto": "^1.0.1", | ||
"node-fetch": "^1.7.3" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-env": "^1.6.0", | ||
"crypto": "^1.0.1", | ||
"husky": "^0.14.3", | ||
"lint-staged": "^4.2.3", | ||
"node-fetch": "^1.7.3", | ||
"prettier": "^1.7.4" | ||
@@ -27,0 +28,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3434
5
2
+ Addedcrypto@^1.0.1
+ Addednode-fetch@^1.7.3
+ Addedcrypto@1.0.1(transitive)
+ Addedencoding@0.1.13(transitive)
+ Addediconv-lite@0.6.3(transitive)
+ Addedis-stream@1.1.0(transitive)
+ Addednode-fetch@1.7.3(transitive)
+ Addedsafer-buffer@2.1.2(transitive)