You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

twoslash

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-0 to 0.0.6

dist/core.cjs

52

package.json
{
"name": "twoslash",
"version": "0.0.0-0",
"description": "Placeholder for future use"
}
"type": "module",
"version": "0.0.6",
"description": "Markup for generating rich type information in your documentations ahead of time",
"author": "TypeScript team",
"license": "MIT",
"homepage": "https://github.com/twoslashes/twoslash",
"repository": {
"url": "https://github.com/twoslashes/twoslash",
"type": "git",
"directory": "packages/twoslash"
},
"bugs": {
"url": "https://github.com/twoslashes/twoslash/issues"
},
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./core": {
"import": "./dist/core.mjs",
"require": "./dist/core.cjs"
}
},
"main": "dist/index.mjs",
"module": "dist/index.mjs",
"types": "dist/index.d.mts",
"files": [
"dist"
],
"peerDependencies": {
"typescript": "*"
},
"dependencies": {
"@typescript/vfs": "1.5.0"
},
"devDependencies": {
"ohash": "^1.1.3"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
},
"scripts": {
"build": "unbuild"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc