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

ultramarked

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ultramarked - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

src/browser.js

10

package.json

@@ -10,3 +10,3 @@ {

},
"version": "0.6.0",
"version": "0.7.0",
"repository": {

@@ -24,2 +24,7 @@ "type": "git",

},
"optionalDependencies": {
"chalk": "^0.4.0",
"underscore.string": "^2.3.3",
"wordwrap": "0.0.2"
},
"engines": {

@@ -29,3 +34,4 @@ "node": "0.10.6",

},
"main": "./src/index.js"
"main": "./src/node.js",
"browser": "./src/browser.js"
}

11

README.md

@@ -25,3 +25,3 @@ # ultramarked

Syntax highlighting powered by [highlight.js](https://github.com/isagalaev/highlight.js), no extra magic. Classes are prefixed `hljs` for convenience.
Syntax highlighting powered by [highlight.js](https://github.com/isagalaev/highlight.js), no extra magic. Classes are prefixed `hljs` for convenience. Note that the `renderer` you choose will be overridden.

@@ -32,5 +32,12 @@ ### options.ultrasanitize

### options.terminal
Prettifies the code for terminal output! Incompatible with `ultralight`, which will be disabled when `terminal` is enabled. Also turns off `ultralight`, because color codes.
![terminal.png][1]
### options.ultrasanitize_pagedown
Angular's sanitizer option might be too lenient for you. If that's the case, you can use PageDown's white-list instead, which is much more narrow, and doesn't allow setting class attributes, for example.
Angular's sanitizer option might be too lenient for you. If that's the case, you can use PageDown's white-list instead, which is much more narrow, and doesn't allow setting class attributes, for example.
[1]: http://i.imgur.com/fTh1JiD.png
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