Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gatsby-source-pinboard

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-source-pinboard - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

19

package.json
{
"name": "gatsby-source-pinboard",
"version": "0.0.0",
"version": "0.1.0",
"description": "Grab recent bookmarks from Pinboard for use within Gatsby.",
"scripts": {
"start": "babel src --out-dir dist/",
"precommit": "lint-staged"
"precommit": "lint-staged",
"release": "yarn start && yarn publish"
},
"files": ["dist/"],
"main": "gatsby-node.js",
"repository": "git@github.com:danoc/danoc.me.git",
"files": [
"dist/"
],
"main": "dist/gatsby-node.js",
"repository": "danoc/gatsby-source-pinboard",
"author": "Daniel O'Connor <daniel@danoc.me>",

@@ -16,2 +19,3 @@ "license": "MIT",

"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.0",

@@ -25,4 +29,7 @@ "crypto": "^1.0.1",

"lint-staged": {
"*.{js,json,css}": ["prettier --write", "git add"]
"*.{js,json,css}": [
"prettier --write",
"git add"
]
}
}
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