Socket
Socket
Sign inDemoInstall

tsx

Package Overview
Dependencies
3
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 2.0.0

dist/cli.js

90

package.json
{
"name": "tsx",
"version": "1.0.0",
"description": "TypeScript Experience",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/basarat/tsx.git"
},
"keywords": [
"TypeScript",
"IDE"
],
"author": "basaratali@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/basarat/tsx/issues"
},
"homepage": "https://github.com/basarat/tsx#readme"
"name": "tsx",
"version": "2.0.0",
"description": "Node.js runtime enhanced with esbuild for loading TypeScript & ESM",
"keywords": [
"esbuild",
"runtime",
"node",
"cjs",
"commonjs",
"esm",
"typescript"
],
"license": "MIT",
"repository": "esbuild-kit/tsx",
"author": {
"name": "Hiroki Osame",
"email": "hiroki.osame@gmail.com"
},
"type": "module",
"files": [
"dist"
],
"bin": "./dist/cli.js",
"scripts": {
"build": "pkgroll --target=node12.19 --minify",
"lint": "eslint --cache .",
"pretest": "npm run build",
"test": "node ./dist/cli.js tests/index.ts",
"prepublishOnly": "npm test"
},
"dependencies": {
"@esbuild-kit/cjs-loader": "^1.0.0",
"@esbuild-kit/esm-loader": "^1.0.0"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
},
"devDependencies": {
"@pvtnbr/eslint-config": "^0.22.0",
"@types/cross-spawn": "^6.0.2",
"@types/node": "^17.0.31",
"@types/semver": "^7.3.9",
"chokidar": "^3.5.3",
"cleye": "^1.2.0",
"cross-spawn": "^7.0.3",
"eslint": "^8.15.0",
"execa": "^6.1.0",
"get-node": "^13.0.1",
"manten": "^0.0.3",
"pkgroll": "^1.2.2",
"semver": "^7.3.7",
"typescript": "^4.6.4"
},
"eslintConfig": {
"extends": "@pvtnbr",
"ignorePatterns": [
"tests/fixtures"
],
"rules": {
"@typescript-eslint/no-shadow": [
"error",
{
"allow": [
"describe"
]
}
]
}
}
}
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