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.10 to 0.1.11

5

dist/package.json
{
"name": "gatsby-source-imgur-gallery-albums",
"version": "0.1.10",
"version": "0.1.11",
"description": "Source data from Imgur Gallery Albums",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist --ignore **/__tests__ && cp README.md dist && cp package.json dist",
"build": "rm -rf dist && babel src --out-dir dist --ignore **/__tests__ && cp README.md dist && cp package.json dist",
"watch": "babel -w src --out-dir . --ignore **/__tests__",
"prepublish": "rm -rf dist && babel src --out-dir dist --ignore **/__tests__ && cp README.md dist && cp package.json dist",
"publish": "npm publish dist"

@@ -11,0 +10,0 @@ },

@@ -13,1 +13,7 @@ # Gatsby Source Imgur Gallery Albums

```
# Contributing
If branch is approved we can npm publish from master using
Build dist package with `npm build`
then use `npm publish`
{
"name": "gatsby-source-imgur-gallery-albums",
"version": "0.1.10",
"version": "0.1.11",
"description": "Source data from Imgur Gallery Albums",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist --ignore **/__tests__ && cp README.md dist && cp package.json dist",
"build": "rm -rf dist && babel src --out-dir dist --ignore **/__tests__ && cp README.md dist && cp package.json dist",
"watch": "babel -w src --out-dir . --ignore **/__tests__",
"prepublish": "rm -rf dist && babel src --out-dir dist --ignore **/__tests__ && cp README.md dist && cp package.json dist",
"publish": "npm publish dist"

@@ -11,0 +10,0 @@ },

@@ -13,1 +13,7 @@ # Gatsby Source Imgur Gallery Albums

```
# Contributing
If branch is approved we can npm publish from master using
Build dist package with `npm run-script build`
then use `npm publish`
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