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

@shikijs/types

Package Overview
Dependencies
Maintainers
0
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shikijs/types - npm Package Compare versions

Comparing version 1.25.1 to 1.26.0

2

dist/index.d.ts

@@ -29,3 +29,3 @@ import { Element, Root } from 'hast';

interface RegexEngine {
createScanner: (patterns: string[]) => PatternScanner;
createScanner: (patterns: (string | RegExp)[]) => PatternScanner;
createString: (s: string) => RegexEngineString;

@@ -32,0 +32,0 @@ }

{
"name": "@shikijs/types",
"type": "module",
"version": "1.25.1",
"version": "1.26.0",
"description": "Type definitions for Shiki",

@@ -32,3 +32,3 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"dependencies": {
"@shikijs/vscode-textmate": "^9.3.1",
"@shikijs/vscode-textmate": "^10.0.1",
"@types/hast": "^3.0.4"

@@ -35,0 +35,0 @@ },

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