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.12 to 1.1.13

dist/node/terminal.js

7

dist/index.d.ts

@@ -44,3 +44,6 @@ /////////// typedef.js ///////////

| string
| ((code: string) => { type: string; sub: Array<{ match: RegExp; sub: string }> });
| ((code: string) => {
type: string;
sub: Array<{ match: RegExp; sub: string | Promise<string> }>
});
};

@@ -102,3 +105,3 @@

*/
export declare function HighlightAll(opt?: ShjOptions): Promise<void>;
export declare function highlightAll(opt?: ShjOptions): Promise<void>;

@@ -105,0 +108,0 @@ /**

@@ -44,3 +44,6 @@ /////////// typedef.js ///////////

| string
| ((code: string) => { type: string; sub: Array<{ match: RegExp; sub: string }> });
| ((code: string) => {
type: string;
sub: Array<{ match: RegExp; sub: string | Promise<string> }>
});
};

@@ -102,3 +105,3 @@

*/
export declare function HighlightAll(opt?: ShjOptions): Promise<void>;
export declare function highlightAll(opt?: ShjOptions): Promise<void>;

@@ -105,0 +108,0 @@ /**

{
"name": "@speed-highlight/core",
"version": "1.1.12",
"version": "1.1.13",
"description": "🌈 Light, fast, and easy to use, dependencies free javascript syntax highlighter, with automatic language detection",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {

@@ -58,3 +59,11 @@ ".": "./dist/index.js",

"rollup-plugin-copy": "^3.4.0"
},
"typesVersions": {
"*": {
"*": [
"dist/*",
"dist"
]
}
}
}
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