Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

cherow-v8

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cherow-v8

Chero V8 Experimental feature plugin

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

Cherow V8 Experimental features plugin

V8 Experimental features supported by Chrome browser

Usage


import { parseScript } from 'cherow';
import { v8 } from 'cherow-v8';
 
 parseScript(`let x = do {
            if (foo()) { f() }
            else if (bar()) { g() }
            else { h() }
          };`, {
            plugins: { v8 }
        });

Keywords

parsing

FAQs

Package last updated on 19 Nov 2017

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