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.4 to 0.0.6

50

package.json
{
"name": "js-runtime",
"version": "0.0.4",
"version": "0.0.6",
"description": "Detect which JavaScript runtime is being used.",

@@ -9,2 +9,3 @@ "keywords": [

"deno",
"jest",
"runtime"

@@ -35,21 +36,34 @@ ],

],
"scripts": {
"build": "tsup",
"build:bun": "bun run ./scripts/build.ts",
"format": "prettier --write .",
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint --format pretty .",
"lint-fix": "bun run lint --quiet --fix",
"release": "npm publish --no-git-check",
"start": "tsup --watch",
"start:bun": "bun run build.ts --watch",
"test": "bun test",
"typecheck": "tsc -p ./tsconfig.json --noEmit --emitDeclarationOnly false"
},
"devDependencies": {
"@eslint/js": "^8.46.0",
"@eslint/js": "^8.49.0",
"@types/eslint": "~8.44.2",
"@types/node": "^20.4.9",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "~6.3.0",
"bun-types": "^0.7.3",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "~6.7.0",
"bun-types": "^1.0.1",
"eslint-config-prettier": "~9.0.0",
"eslint-formatter-pretty": "^5.0.0",
"eslint-plugin-eslint-plugin": "^5.1.1",
"globals": "^13.20.0",
"prettier": "^3.0.1",
"globals": "^13.21.0",
"bun": "^1.0.0",
"prettier": "^3.0.3",
"tsup": "^7.2.0",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"packageManager": "pnpm@8.3.0",
"packageManager": "bun@1.0.0",
"engines": {
"node": ">=18",
"pnpm": ">=8.3.0"
"node": ">=20",
"bun": ">=1.0.0"
},

@@ -59,13 +73,3 @@ "publishConfig": {

"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "tsup",
"format": "prettier --write .",
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint --format pretty .",
"lint-fix": "bun run lint --quiet --fix",
"release": "pnpm publish --no-git-check",
"start": "tsup --watch",
"test": "bun test",
"typecheck": "tsc -p ./tsconfig.json --noEmit --emitDeclarationOnly false"
}
}
}
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