Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "js-runtime", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Detect which JavaScript runtime is being used.", | ||
@@ -52,6 +52,6 @@ "keywords": [ | ||
"@typescript-eslint/eslint-plugin": "^6.7.0", | ||
"@typescript-eslint/parser": "~6.7.0", | ||
"@typescript-eslint/parser": "~6.9.1", | ||
"bun-types": "^1.0.1", | ||
"eslint-config-prettier": "~9.0.0", | ||
"eslint-formatter-pretty": "^5.0.0", | ||
"eslint-formatter-pretty": "^6.0.0", | ||
"eslint-plugin-eslint-plugin": "^5.1.1", | ||
@@ -64,6 +64,6 @@ "globals": "^13.21.0", | ||
}, | ||
"packageManager": "bun@1.0.0", | ||
"packageManager": "pnpm@8.3.0", | ||
"engines": { | ||
"node": ">=20", | ||
"bun": ">=1.0.0" | ||
"node": ">=18", | ||
"pnpm": ">=8.3.0" | ||
}, | ||
@@ -70,0 +70,0 @@ "publishConfig": { |
<div align="center"> | ||
<h1>js-runtime</h1> | ||
<!-- Badges --> | ||
<p> | ||
<a href="https://www.npmjs.com/package/@stijnvanhulle/js-runtime"> | ||
<img alt="Npm version" src="https://img.shields.io/npm/v/js-runtime?style=for-the-badge"/> | ||
</a> | ||
<a href="https://www.npmjs.com/package/js-runtime"> | ||
<img alt="Npm downloads" src="https://img.shields.io/bundlephobia/min/js-runtime?style=for-the-badge"/> | ||
</a> | ||
<a href="https://www.npmjs.com/package/js-runtime"> | ||
<img alt="Npm downloads" src="https://img.shields.io/npm/dm/js-runtime?style=for-the-badge"/> | ||
</a> | ||
</p> | ||
[![npm version][npm-version-src]][npm-version-href] | ||
[![npm downloads][npm-downloads-src]][npm-downloads-href] | ||
[![Coverage][coverage-src]][coverage-href] | ||
[![License][license-src]][license-href] | ||
</div> | ||
@@ -122,1 +112,17 @@ | ||
``` | ||
<!-- Badges --> | ||
[npm-version-src]: https://img.shields.io/npm/v/js-runtime?flat&colorA=18181B&colorB=f58517 | ||
[npm-version-href]: https://npmjs.com/package/js-runtime | ||
[npm-downloads-src]: https://img.shields.io/npm/dm/js-runtime?flat&colorA=18181B&colorB=f58517 | ||
[npm-downloads-href]: https://npmjs.com/package/js-runtime | ||
[license-src]: https://img.shields.io/github/license/stijnvanhulle/js-runtime.svg?flat&colorA=18181B&colorB=f58517 | ||
[license-href]: https://github.com/stijnvanhulle/js-runtime/blob/main/LICENSE | ||
[build-src]: https://img.shields.io/github/actions/workflow/status/stijnvanhulle/js-runtime/ci.yaml?style=flat&colorA=18181B&colorB=f58517 | ||
[build-href]: https://www.npmjs.com/package/js-runtime | ||
[minified-src]: https://img.shields.io/bundlephobia/min/js-runtime?style=flat&colorA=18181B&colorB=f58517 | ||
[minified-href]: https://www.npmjs.com/package/js-runtime | ||
[coverage-src]: https://img.shields.io/codecov/c/github/stijnvanhulle/js-runtime?style=flat&colorA=18181B&colorB=f58517 | ||
[coverage-href]: https://www.npmjs.com/package/js-runtime |
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
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
19353
128