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

@speed-highlight/core

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@speed-highlight/core - npm Package Compare versions

Comparing version 1.1.9 to 1.1.10

dist/node/themes/termcolor.js

13

package.json
{
"name": "@speed-highlight/core",
"version": "1.1.9",
"version": "1.1.10",
"description": "🌈 Light, fast, and easy to use, dependencies free javascript syntax highlighter, with automatic language detection",
"main": "dist/node/index.js",
"main": "./dist/index.js",
"exports": {
"./terminal": "./dist/node/terminal.js",
"./terminal.js": "./dist/node/terminal.js"
".": "./dist/index.js",
"./index.js": "./dist/index.js",
"./detect.js": "./dist/detect.js",
"./terminal.js": "./dist/terminal.js",
"./cjs/index.js": "./dist/node/index.js",
"./cjs/detect.js": "./dist/node/detect.js",
"./cjs/terminal.js": "./dist/node/terminal.js"
},

@@ -10,0 +15,0 @@ "directories": {

@@ -1,2 +0,2 @@

import col from '../color.js'
import col from './termcolor.js'

@@ -3,0 +3,0 @@ export default {

@@ -1,2 +0,2 @@

import col from '../color.js'
import col from './termcolor.js'

@@ -3,0 +3,0 @@ export default {

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