Socket
Socket
Sign inDemoInstall

@starbeam/modifier

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@starbeam/modifier - npm Package Compare versions

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

dist/index.d.ts

62

package.json
{
"name": "@starbeam/modifier",
"version": "0.8.10-unstable.9203102",
"version": "0.8.10-unstable.2e56437",
"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",
"scripts": {
"test:lint": "eslint \"index.ts\" \"src/**/*.ts\"",
"test:types": "tsc -b"
},
"dependencies": {
"@starbeam/debug": "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/universal": "0.8.10-unstable.9203102",
"@starbeam/verify": "0.8.10-unstable.9203102"
"@starbeam/debug": "0.8.10-unstable.2e56437",
"@starbeam/interfaces": "0.8.10-unstable.2e56437",
"@starbeam/reactive": "0.8.10-unstable.2e56437",
"@starbeam/shared": "1.3.8-unstable.2e56437",
"@starbeam/tags": "0.0.1-unstable.2e56437",
"@starbeam/universal": "0.8.10-unstable.2e56437",
"@starbeam/verify": "0.8.10-unstable.2e56437"
},
"devDependencies": {
"@domtree/flavors": "workspace:^",
"@starbeam-dev/build-support": "workspace:*",
"rollup": "^3.20.6"
"rollup": "^3.29.2",
"@domtree/flavors": "^0.9.3",
"@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: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