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

@financial-times/o-syntax-highlight

Package Overview
Dependencies
Maintainers
18
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@financial-times/o-syntax-highlight - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

.eslintrc.js

6

origami.json

@@ -14,3 +14,3 @@ {

"email": "origami.support@ft.com",
"slack": "financialtimes/ft-origami"
"slack": "financialtimes/origami-support"
},

@@ -23,5 +23,3 @@ "supportStatus": "active",

"sass": "demos/src/demo.scss",
"js": "demos/src/demo.js",
"documentClasses": "",
"dependencies": ""
"js": "demos/src/demo.js"
},

@@ -28,0 +26,0 @@ "demos": [

@@ -28,3 +28,3 @@ {

"name": "@financial-times/o-syntax-highlight",
"version": "3.0.0",
"version": "3.0.1",
"description": "syntax highlighter for FT products",

@@ -37,6 +37,11 @@ "homepage": "https://github.com/Financial-Times/o-syntax-highlight",

"component": "o-syntax-highlight",
"repository": {
"type": "git",
"url": "git@github.com:Financial-Times/o-syntax-highlight.git"
},
"scripts": {},
"devDependencies": {
"eslint-config-origami-component": "^2.0.1",
"origami-ci-tools": "^1.0.0"
}
}

@@ -148,3 +148,3 @@

If you have any questions or comments about this component, or need help using it, please either [raise an issue](https://github.com/Financial-Times/o-syntax-highlight/issues), visit [#ft-origami](https://financialtimes.slack.com/messages/ft-origami/) or email [Origami Support](mailto:origami-support@ft.com).
If you have any questions or comments about this component, or need help using it, please either [raise an issue](https://github.com/Financial-Times/o-syntax-highlight/issues), visit [#origami-support](https://financialtimes.slack.com/messages/origami-support/) or email [Origami Support](mailto:origami-support@ft.com).

@@ -151,0 +151,0 @@

@@ -55,3 +55,3 @@ import throwError from './helpers';

_getLanguage (element) {
let className = element.className;
const className = element.className;

@@ -58,0 +58,0 @@ if (className.includes('o-syntax-highlight--')) {

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