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

vue-keyword-highlight

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-keyword-highlight - npm Package Compare versions

Comparing version 0.1.0-beta.8 to 0.1.0-beta.9

2

dist/types/src/util/keyword.d.ts

@@ -11,3 +11,3 @@ interface IKeywords {

export declare function keywordFilter<T, K extends keyof T>(arr: T[], key: T[K] extends string ? K : never, keywords: Partial<IKeywords>, options: Partial<IOptions>): T[];
export declare function tokenizeSeparators(str: string, separators: string[]): string[];
export declare function tokenizeSeparators(str: string, separators: string[]): RegExpMatchArray | string[];
export {};
{
"name": "vue-keyword-highlight",
"version": "0.1.0-beta.8",
"version": "0.1.0-beta.9",
"description": "vue component, each keyword highlight in text",

@@ -5,0 +5,0 @@ "author": {

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