Socket
Socket
Sign inDemoInstall

@teamwork/autocomplete-core

Package Overview
Dependencies
10
Maintainers
108
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2

2

lib/pattern.js

@@ -9,3 +9,3 @@ /**

const defaultPatternBeforeCaret = (_text) => -1;
const defaultPatternAfterCaret = createRegexPattern(/^(?=$|\p{White_Space})/u);
const defaultPatternAfterCaret = createRegexPattern(/^(?=$|\s)/);
/**

@@ -12,0 +12,0 @@ * Creates a new `PatternHandler`.

{
"name": "@teamwork/autocomplete-core",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "The core autocomplete components.",

@@ -29,3 +29,3 @@ "keywords": [

},
"gitHead": "e1e151ad1624f42fff322d954cf7333f760d238b"
"gitHead": "4f0ae718f5589d7a5617f84a9af6e3f47264f594"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc