Socket
Socket
Sign inDemoInstall

@jsep-plugin/regex

Package Overview
Dependencies
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsep-plugin/regex

Adds regex expression support


Version published
Weekly downloads
734K
decreased by-12.07%
Maintainers
4
Weekly downloads
 
Created
Source

npm size

@jsep-plugin/regex

A JSEP plugin for adding regex expression support. Allows expressions of the form:

jsep('/abc/');
jsep('/abc/ig');
jsep('/[a-z]{3}/ig.test(a)');

Install

npm install @jsep-plugin/regex
# or
yarn add @jsep-plugin/regex

Usage

import jsep from 'jsep';
import jsepRegex from '@jsep-plugin/regex';
jsep.plugins.register(jsepRegex);

Meta

LICENSE (MIT)

FAQs

Package last updated on 18 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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