Socket
Socket
Sign inDemoInstall

@jsep-plugin/new

Package Overview
Dependencies
3
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsep-plugin/new


Version published
Maintainers
4
Created

Changelog

Source

1.0.3 (2021-09-02)

Bug Fixes

  • firefox compatibility (3e51523), closes #178

Readme

Source

npm size

@jsep-plugin/new

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

jsep('new Date()');
jsep('new RegExp("^\d+$")');

Install

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

Usage

import jsep from 'jsep';
import jsepNew from '@jsep-plugin/new';
jsep.plugins.register(jsepNew);

Meta

LICENSE (MIT)

FAQs

Last updated on 07 Feb 2023

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc