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

caniuse-es-db

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caniuse-es-db

ECMAScript compatibility database based on kangax/compat-table

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

caniuse-es-db

Database for ECMAScript compatibility using data from compat-table This package provides the raw test data results from compat-table without any further utilities.

Install

Fetch it with npm

npm install caniuse-es-db

Usage

You can either import the entire database or selective parts grouped by ECMAScript version

var esCompat = require('caniuse-es-db'); // entire database
var es5Compat = require('caniuse-es-db/library/es5'); // ES5 compat database
var es6Compat = require('caniuse-es-db/library/es6'); // ES6 compat database
var es7Compat = require('caniuse-es-db/library/es7'); // ES7 compat database
var esIntl = require('caniuse-es-db/library/esintl'); // ESIntl compat database

Update

The project comes with a naive update utility to fetch the latest data from compat-table

npm run update

Keywords

FAQs

Package last updated on 26 Jul 2015

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