New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gatsby-remark-code-repls

Package Overview
Dependencies
Maintainers
1
Versions
334
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-remark-code-repls - npm Package Compare versions

Comparing version 1.1.0-alpha.2b695217 to 1.1.0-alpha.2cbec6d6

__tests__/__snapshots__/index.js.snap

17

package.json
{
"name": "gatsby-remark-code-repls",
"description": "Gatsby plugin to auto-generate links to popular REPLs like Babel and Codepen",
"version": "1.1.0-alpha.2b695217",
"version": "1.1.0-alpha.2cbec6d6",
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {

@@ -19,8 +22,9 @@ "@babel/runtime": "^7.0.0-beta.38",

},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls#readme",
"keywords": [
"babel",
"codepen",
"gatsby",
"gatsby-plugin",
"remark",
"babel",
"codepen",
"repl"

@@ -30,7 +34,8 @@ ],

"main": "index.js",
"repository": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls",
"scripts": {
"build": "babel src --out-dir . --ignore ./**/__tests__/",
"watch": "babel -w src --out-dir . --ignore ./**/__tests__/",
"prepublish": "cross-env NODE_ENV=production npm run build"
"build": "babel src --out-dir . --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore __tests__"
}
}
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