Socket
Socket
Sign inDemoInstall

@starbeam/shared

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@starbeam/shared - npm Package Compare versions

Comparing version 1.3.8-unstable.9203102 to 1.3.8-unstable.2e56437

dist/index.d.ts

9

index.ts
export { COORDINATION, TAG, UNINITIALIZED } from "./src/constants.js";
export { getID } from "./src/id.js";
export {
finalize,
isFinalized,
linkToFinalizationScope,
mountFinalizationScope,
onFinalize,
pushFinalizationScope,
} from "./src/lifetimes.js";
export { bump, now } from "./src/now.js";
export { consume, start } from "./src/stack.js";
export { testing } from "./src/testing.js";

44

package.json
{
"name": "@starbeam/shared",
"version": "1.3.8-unstable.9203102",
"version": "1.3.8-unstable.2e56437",
"description": "A package that facilitates having multiple copies of Starbeam in a single process that interoperate with each other",
"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": {
"type": "library:public"
},
"starbeam:type": "library:public",
"devDependencies": {
"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 \"index.ts\" \"src/**/*.ts\"",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run",
"test:types": "tsc -b"
},
"devDependencies": {
"@starbeam-dev/build-support": "workspace:*",
"rollup": "^3.20.6"
}
}
}
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