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

aigis-marked

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aigis-marked - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

8

lib/highlight.js

@@ -51,2 +51,5 @@ var Highlights = require('highlights');

break;
case 'ejs':
grammarsRegister('ejs');
break;
}

@@ -80,2 +83,7 @@

loaded[type] = true;
break;
case 'ejs':
packageName = 'language-ejs';
loaded[type] = true;
break;
}

@@ -82,0 +90,0 @@

3

package.json
{
"name": "aigis-marked",
"version": "0.0.14",
"version": "0.0.15",
"description": "Custom markdown renderer for aigis used with marked.",

@@ -21,2 +21,3 @@ "main": "index.js",

"highlights": "^1.3.1",
"language-ejs": "github:darron/language-ejs",
"language-jade": "git://github.com/devongovett/atom-jade.git",

@@ -23,0 +24,0 @@ "language-stylus": "git://github.com/devongovett/atom-stylus.git",

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