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

@starbeam/debug

Package Overview
Dependencies
Maintainers
3
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.398c1bd to 0.8.10-unstable.3e1af4d

dist/index.development.js

62

package.json
{
"name": "@starbeam/debug",
"version": "0.8.10-unstable.398c1bd",
"type": "module",
"main": "index.ts",
"types": "index.ts",
"version": "0.8.10-unstable.3e1af4d",
"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,28 +24,31 @@ "inline": [

},
"scripts": {
"test:lint": "eslint \"index.ts\" \"src/**/*.ts\"",
"test:specs": "vitest --run",
"test:types": "tsc -b"
},
"dependencies": {
"@domtree/flavors": "workspace:^",
"@starbeam/core-utils": "0.8.10-unstable.398c1bd",
"@starbeam/interfaces": "0.8.10-unstable.398c1bd",
"@starbeam/reactive": "0.8.10-unstable.398c1bd",
"@starbeam/shared": "1.3.8-unstable.398c1bd",
"@starbeam/tags": "0.0.1-unstable.398c1bd",
"@starbeam/verify": "0.8.10-unstable.398c1bd",
"@starbeam/core-utils": "0.8.10-unstable.3e1af4d",
"@starbeam/interfaces": "0.8.10-unstable.3e1af4d",
"@starbeam/reactive": "0.8.10-unstable.3e1af4d",
"@starbeam/shared": "1.3.8-unstable.3e1af4d",
"@starbeam/tags": "0.0.1-unstable.3e1af4d",
"@starbeam/verify": "0.8.10-unstable.3e1af4d",
"buffer": "^6.0.3",
"inspect-utils": "^1.0.1",
"stacktracey": "^2.1.8"
},
"devDependencies": {
"@starbeam-dev/build-support": "workspace:*",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"@types/node": "18.16.1",
"rollup": "^3.20.6"
"rollup": "^4.0.2"
},
"pnpm": {
"overrides": {
"stacktracey": "file:./stacktracey.tgz"
}
"files": [
"dist",
"README.md",
"CHANGELOG.md",
"LICENSE.md"
],
"scripts": {
"build": "rollup -c",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run --pool forks",
"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