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

consoul

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

consoul - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

1

hacks/highlight.js/highlight.js

@@ -603,2 +603,3 @@ var hljs = new function() {

hljs.LANGUAGES['javascript'] = require('./javascript.js')(hljs);
hljs.LANGUAGES['js'] = require('./javascript.js')(hljs);
hljs.LANGUAGES['glsl'] = require('./glsl.js')(hljs);

@@ -605,0 +606,0 @@ hljs.LANGUAGES['rsl'] = require('./rsl.js')(hljs);

6

package.json
{
"name": "consoul",
"version": "0.0.3",
"version": "0.0.4",
"description": "Markdown in your console",

@@ -9,7 +9,7 @@ "main": "index.js",

},
"repository": "",
"repository": "pifantastic/consoul",
"author": "Aaron Forsander",
"license": "MIT",
"dependencies": {
"marked": "~0.2.9",
"marked": "~0.3.2",
"colors": "~0.6.1"

@@ -16,0 +16,0 @@ },

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