nightly-esprima
Advanced tools
Comparing version 2021.6.11 to 2021.6.14
@@ -10,3 +10,3 @@ { | ||
}, | ||
"version": "2021.06.11", | ||
"version": "2021.06.14", | ||
"files": [ | ||
@@ -13,0 +13,0 @@ "bin", |
@@ -1,5 +0,1 @@ | ||
[![NPM version](https://img.shields.io/npm/v/esprima.svg)](https://www.npmjs.com/package/esprima) | ||
[![npm download](https://img.shields.io/npm/dm/esprima.svg)](https://www.npmjs.com/package/esprima) | ||
[![Tests](https://github.com/jquery/esprima/workflows/Tests/badge.svg)](https://github.com/jquery/esprima/actions) | ||
[![Coverage Status](https://img.shields.io/codecov/c/github/jquery/esprima/master.svg)](https://codecov.io/github/jquery/esprima) | ||
@@ -28,3 +24,3 @@ **Esprima** ([esprima.org](http://esprima.org), BSD license) is a high performance, | ||
```javascript | ||
> var esprima = require('esprima'); | ||
> var esprima = require('nightly-esprima'); | ||
> var program = 'const answer = 42'; | ||
@@ -31,0 +27,0 @@ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
327549
43