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

gatsby-remark-video-shortcode

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-remark-video-shortcode - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

_tests_/index.spec.js

48

package.json
{
"name": "gatsby-remark-video-shortcode",
"version": "1.0.0",
"description": "Parse video shortcode to video html code",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "babel ./src --out-dir ./dist -s inline"
"description": "Processes videos in markdown so they can be used in the production build.",
"version": "1.0.1",
"author": "Aayushi Agrawal aayushi.agrawal13@gmail.com",
"bugs": {
"url": "https://github.com/agrawalaayushi/gatsby-remark-video-shortcode/issues"
},
"keywords": [
"video",
"shortcode",
"markdown",
"shortcode",
"gatsby",
"custom"
],
"author": "parse html",
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"lodash": "^4.17.15",

@@ -30,3 +15,26 @@ "remark-parse": "^7.0.2",

"unist-util-visit": "^2.0.1"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"babel-preset-gatsby-package": "^0.1.4"
},
"homepage": "https://github.com/agrawalaayushi/gatsby-remark-video-shortcode/#readme",
"keywords": [
"netlify cms video",
"video shortcode",
"remark",
"gatsby video",
"custom shortcode"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/agrawalaayushi/gatsby-remark-video-shortcode"
},
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
"watch": "babel -w src --out-dir . --ignore **/__tests__"
}
}

@@ -1,4 +0,4 @@

# gatsby-remark-video
# gatsby-remark-video-shortcode
Processes video shortcode in markdown so they can be used in the production build.
A GatsbyJS Plugin that transforms video shortcode into its corresponding video code in markdown so they can be used in the production build.
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