Socket
Socket
Sign inDemoInstall

standard

Package Overview
Dependencies
276
Maintainers
17
Versions
183
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 15.0.0 to 15.0.1

4

CHANGELOG.md

@@ -26,4 +26,4 @@ # Changelog

- Support ES 2021, the latest version of the ECMAScript specification, which includes support for [logical assignment operators](https://github.com/tc39/proposal-logical-assignment) and [numeric separators](https://github.com/tc39/proposal-numeric-separator) [#1551](https://github.com/standard/standard/issues/1551)
- Support additional ES 2020 features, such as [optional chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining), the [nullish coalescing operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_operator), `export * as ns from 'source'`, and [`import.meta`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import.meta).
- Support global variables from ES 2017 (`Atomics`, `SharedArrayBuffer`), ES 2020 (`BigInt`, `BigInt64Array`, `BigUint64Array`, `globalThis`), and ES 2021 (`FinalizationRegistry`, `WeakRef`). [#1436](https://github.com/standard/standard/issues/1436) [#1557](https://github.com/standard/standard/issues/1557) (eslint-config-standard/#156)(https://github.com/standard/eslint-config-standard/pull/156)
- Support ES 2020 features such as [optional chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining), the [nullish coalescing operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_operator), `export * as ns from 'source'`, and [`import.meta`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import.meta).
- Support global variables from ES 2017 (`Atomics`, `SharedArrayBuffer`), ES 2020 (`BigInt`, `BigInt64Array`, `BigUint64Array`, `globalThis`), and ES 2021 (`FinalizationRegistry`, `WeakRef`). [#1436](https://github.com/standard/standard/issues/1436) [#1557](https://github.com/standard/standard/issues/1557) [eslint-config-standard/#156](https://github.com/standard/eslint-config-standard/pull/156)
- The documentation is now available in Indonesian 🇮🇩! [#1544](https://github.com/standard/standard/pull/1544)

@@ -30,0 +30,0 @@ - Thanks to [@yoga1234](https://github.com/yoga1234) for the excellent work!

{
"name": "standard",
"description": "JavaScript Standard Style",
"version": "15.0.0",
"version": "15.0.1",
"author": {

@@ -10,3 +10,5 @@ "name": "Feross Aboukhadijeh",

},
"bin": "./bin/cmd.js",
"bin": {
"standard": "bin/cmd.js"
},
"bugs": {

@@ -17,3 +19,3 @@ "url": "https://github.com/standard/standard/issues"

"eslint": "~7.11.0",
"eslint-config-standard": "15.0.0",
"eslint-config-standard": "15.0.1",
"eslint-config-standard-jsx": "9.0.0",

@@ -34,4 +36,4 @@ "eslint-plugin-import": "~2.22.1",

"mkdirp": "^1.0.4",
"run-parallel-limit": "^1.0.5",
"standard-packages": "^3.9.0",
"run-parallel-limit": "^1.0.6",
"standard-packages": "^3.10.0",
"tape": "^5.0.1"

@@ -38,0 +40,0 @@ },

@@ -25,3 +25,3 @@ <h1 align="center">

<a href="/docs/README-fr.md">Français</a> •
<a href="/docs/README-id.md">Indonesian</a> •
<a href="/docs/README-id.md">Bahasa Indonesia</a> •
<a href="/docs/README-iteu.md">Italiano (Italian)</a> •

@@ -28,0 +28,0 @@ <a href="/docs/README-ja.md">日本語 (Japanese)</a> •

@@ -7,2 +7,3 @@ # JavaScript Standard Style

<a href="/docs/RULES-fr.md">Français</a> •
<a href="/docs/RULES-id.md">Bahasa Indonesia</a> •
<a href="/docs/RULES-iteu.md">Italiano (Italian)</a> •

@@ -9,0 +10,0 @@ <a href="/docs/RULES-ja.md">日本語 (Japanese)</a> •

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