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

js-runtime

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-runtime - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

12

package.json
{
"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
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