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

gatsby-remark-sequence

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-remark-sequence - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

gatsby-browser.js

@@ -20,5 +20,5 @@ exports.onInitialClientRender = (n, options) => {

importScript("https://bramp.github.io/js-sequence-diagrams/js/webfont.js", function () {
importScript("https://cdn.jsdelivr.net/npm/snapsvg@0.5.1/dist/snap.svg.min.js", function () {
importScript("https://cdn.jsdelivr.net/npm/lodash@4.17.4/lodash.min.js", function () {
importScript("https://cdn.jsdelivr.net/npm/js-sequence-diagrams@1000000.0.6/fucknpm/sequence-diagram-min.min.js", function () {
importScript("https://bramp.github.io/js-sequence-diagrams/js/snap.svg-min.js", function () {
importScript("https://bramp.github.io/js-sequence-diagrams/js/underscore-min.js", function () {
importScript("https://bramp.github.io/js-sequence-diagrams/js/sequence-diagram-min.js", function () {
var sequenceElements = document.getElementsByClassName("sequence");

@@ -25,0 +25,0 @@ var sequenceElementsCount = sequenceElements.length;

{
"name": "gatsby-remark-sequence",
"version": "0.0.1",
"version": "0.0.2",
"description": "Make nice graphs in your markdown files in gatsbyjs, using flowchart",

@@ -5,0 +5,0 @@ "author": "Donghua Liu <liudonghua123@gmail.com> (http://liudonghua.com)",

@@ -0,0 +0,0 @@ # gatsby-remark-graph

Sorry, the diff of this file is not supported yet

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