Socket
Socket
Sign inDemoInstall

@starbeam/debug

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@starbeam/debug - npm Package Compare versions

Comparing version 0.8.10-unstable.3ead76a to 0.8.10-unstable.4198c97

dist/index.d.ts

63

package.json
{
"name": "@starbeam/debug",
"version": "0.8.10-unstable.3ead76a",
"version": "0.8.10-unstable.4198c97",
"type": "module",
"main": "index.ts",
"types": "index.ts",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"exports": {
"default": "./index.ts"
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.cjs"
}
},
"publishConfig": {
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.cjs"
}
},
"main": "dist/index.cjs",
"types": "dist/index.d.ts"
},
"starbeam": {

@@ -33,24 +26,30 @@ "inline": [

},
"scripts": {
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run",
"test:types": "tsc -b"
},
"dependencies": {
"@domtree/flavors": "0.9.4-unstable.3ead76a",
"@starbeam/core-utils": "0.8.10-unstable.3ead76a",
"@starbeam/interfaces": "0.8.10-unstable.3ead76a",
"@starbeam/reactive": "0.8.10-unstable.3ead76a",
"@starbeam/shared": "1.3.8-unstable.3ead76a",
"@starbeam/tags": "0.0.1-unstable.3ead76a",
"@starbeam/verify": "0.8.10-unstable.3ead76a",
"@starbeam/core-utils": "0.8.10-unstable.4198c97",
"@starbeam/interfaces": "0.8.10-unstable.4198c97",
"@starbeam/reactive": "0.8.10-unstable.4198c97",
"@starbeam/shared": "1.3.8-unstable.4198c97",
"@starbeam/tags": "0.0.1-unstable.4198c97",
"@starbeam/verify": "0.8.10-unstable.4198c97",
"buffer": "^6.0.3",
"stacktracey": "^2.1.8"
"stacktracey": "^2.1.8",
"@domtree/flavors": "^0.9.3"
},
"devDependencies": {
"@starbeam/eslint-plugin": "workspace:^",
"@starbeam-dev/build-support": "workspace:^",
"@types/node": "18.16.1",
"rollup": "^3.29.2"
"rollup": "^3.29.2",
"@starbeam/eslint-plugin": "^1.0.0",
"@starbeam-dev/build-support": "^1.0.0"
},
"files": [
"dist",
"README.md",
"CHANGELOG.md",
"LICENSE.md"
],
"scripts": {
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run",
"test:types": "tsc -b"
}
}
}
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