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.9203102 to 0.8.10-unstable.35f0b99

8

.eslintrc.json
{
"root": false,
"root": true,
"ignorePatterns": ["node_modules", "dist", "html", "tests"],
"plugins": ["@starbeam"],
"overrides": [

@@ -10,4 +12,8 @@ {

}
},
{
"extends": ["plugin:@starbeam/json:recommended"],
"files": ["*.json"]
}
]
}

26

package.json
{
"name": "@starbeam/debug",
"version": "0.8.10-unstable.9203102",
"version": "0.8.10-unstable.35f0b99",
"type": "module",

@@ -34,3 +34,3 @@ "main": "index.ts",

"scripts": {
"test:lint": "eslint \"index.ts\" \"src/**/*.ts\"",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run",

@@ -41,8 +41,8 @@ "test:types": "tsc -b"

"@domtree/flavors": "workspace:^",
"@starbeam/core-utils": "0.8.10-unstable.9203102",
"@starbeam/interfaces": "0.8.10-unstable.9203102",
"@starbeam/reactive": "0.8.10-unstable.9203102",
"@starbeam/shared": "1.3.8-unstable.9203102",
"@starbeam/tags": "0.0.1-unstable.9203102",
"@starbeam/verify": "0.8.10-unstable.9203102",
"@starbeam/core-utils": "0.8.10-unstable.35f0b99",
"@starbeam/interfaces": "0.8.10-unstable.35f0b99",
"@starbeam/reactive": "0.8.10-unstable.35f0b99",
"@starbeam/shared": "1.3.8-unstable.35f0b99",
"@starbeam/tags": "0.0.1-unstable.35f0b99",
"@starbeam/verify": "0.8.10-unstable.35f0b99",
"buffer": "^6.0.3",

@@ -52,11 +52,7 @@ "stacktracey": "^2.1.8"

"devDependencies": {
"@starbeam-dev/build-support": "workspace:*",
"@starbeam/eslint-plugin": "workspace:^",
"@starbeam-dev/build-support": "workspace:^",
"@types/node": "18.16.1",
"rollup": "^3.20.6"
},
"pnpm": {
"overrides": {
"stacktracey": "file:./stacktracey.tgz"
}
"rollup": "^3.29.2"
}
}
{
"root": false,
"root": true,
"ignorePatterns": ["node_modules", "dist", "html", "tests"],
"plugins": ["@starbeam"],
"overrides": [

@@ -10,4 +12,8 @@ {

}
},
{
"extends": ["plugin:@starbeam/json:recommended"],
"files": ["*.json"]
}
]
}

@@ -6,5 +6,8 @@ {

"type": "module",
"starbeam:type": "tests",
"starbeam": {
"source": "ts",
"type": "tests"
},
"scripts": {
"test:lint": "eslint ",
"test:lint": "eslint . --max-warnings 0",
"test:types": "tsc -b"

@@ -15,3 +18,6 @@ },

"@starbeam-workspace/test-utils": "workspace:^"
},
"devDependencies": {
"@starbeam/eslint-plugin": "workspace:^"
}
}

@@ -18,3 +18,3 @@ import { Tree } from "@starbeam/debug";

["app", ["components", "tab.js", "tab.hbs"], ["routes", "index.js"]],
"pnpm-lock.yaml"
"pnpm-lock.yaml",
);

@@ -74,3 +74,3 @@

.filter((line) => line.trim() !== "")
.map((line) => line.search(/\S/))
.map((line) => line.search(/\S/)),
);

@@ -85,3 +85,3 @@ }

if (i < values.length) {
result += values[i];
result += String(values[i]);
}

@@ -88,0 +88,0 @@ }

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