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

@shikijs/engine-javascript

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shikijs/engine-javascript - npm Package Compare versions

Comparing version 1.24.2 to 1.24.3

2

dist/index.d.ts

@@ -48,3 +48,3 @@ import { PatternScanner, RegexEngineString, RegexEngine } from '@shikijs/types';

constructor(patterns: string[], options?: JavaScriptRegexEngineOptions);
findNextMatchSync(string: string | RegexEngineString, startPosition: number): IOnigMatch | null;
findNextMatchSync(string: string | RegexEngineString, startPosition: number, _options: number): IOnigMatch | null;
}

@@ -51,0 +51,0 @@ /**

{
"name": "@shikijs/engine-javascript",
"type": "module",
"version": "1.24.2",
"version": "1.24.3",
"description": "Engine for Shiki using JavaScript's native RegExp",

@@ -33,5 +33,5 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"dependencies": {
"@shikijs/vscode-textmate": "^9.3.0",
"oniguruma-to-es": "0.7.0",
"@shikijs/types": "1.24.2"
"@shikijs/vscode-textmate": "^9.3.1",
"oniguruma-to-es": "0.8.0",
"@shikijs/types": "1.24.3"
},

@@ -38,0 +38,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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