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

@starbeam/renderer

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@starbeam/renderer - npm Package Compare versions

Comparing version 0.8.10-unstable.84e5619 to 0.8.10-unstable.9b5a07d

dist/index.development.js

150

CHANGELOG.md

@@ -1,150 +0,2 @@

# @starbeam/core-utils
# Changelog
## 0.8.9
### Patch Changes
- e459bf2: Fix CJS builds
## 0.8.8
### Patch Changes
- 2a1f728: Improve @starbeam/react
## 0.8.7
### Patch Changes
- 14f961b: Fixes #75
## 0.8.7
### Patch Changes
- ded6421: Add /setup to preact
## 0.8.6
### Patch Changes
- 6502cc7: Remove errant import
## 0.8.5
### Patch Changes
- de755c6: Improve type inference
## 0.8.4
### Patch Changes
- 3bf1221: Prepare for Starbeam 0.8.4
## 0.8.0
### Minor Changes
- 1a553c5: Prepare for 0.8
## 0.7.3
### Patch Changes
- 40844fd: Try to fix the build
## 0.7.2
### Patch Changes
- 50f7a8f: Publish @domtree
- Updated dependencies [50f7a8f]
- @starbeam/shared@1.2.1
## 0.7.0
### Minor Changes
- 58f7974: Starbeam 0.7.0
- Significant improvements to debugging infrastructure
### Patch Changes
- Updated dependencies [58f7974]
- @starbeam/shared@1.2.0
## 0.6.0
### Minor Changes
- Prepare 0.6.0
### Patch Changes
- Updated dependencies
- @starbeam/shared@1.1.0
## 0.5.8
### Patch Changes
- Prepare 0.5.8
- Updated dependencies
- @starbeam/shared@1.0.8
## 0.5.7
### Patch Changes
- Fix a bug in the transition from uninitialized to initialized reactive Map
- Updated dependencies
- @starbeam/shared@1.0.7
## 0.5.6
### Patch Changes
- Fix ESM package mistakes
- Updated dependencies
- @starbeam/shared@1.0.6
## 0.5.5
### Patch Changes
- Another attempt to get the build right
- Updated dependencies
- @starbeam/shared@1.0.5
## 0.5.4
### Patch Changes
- The 0.5.3 release was missing dists
- Updated dependencies
- @starbeam/shared@1.0.4
## 0.5.3
### Patch Changes
- d21391d: Update resources to support React's three-phase lifecycle
- Updated dependencies [d21391d]
- @starbeam/shared@1.0.3
## 0.5.2
### Patch Changes
- 719a6fe: Updated package export maps
- Updated dependencies [719a6fe]
- @starbeam/shared@1.0.2
## 0.5.1
### Patch Changes
- 2a957e5: Try to fix types
- e03c2a0: Initial publish
{
"name": "@starbeam/renderer",
"version": "0.8.10-unstable.84e5619",
"type": "module",
"main": "index.ts",
"types": "index.ts",
"version": "0.8.10-unstable.9b5a07d",
"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"
},
"dependencies": {
"@starbeam/interfaces": "0.8.10-unstable.9b5a07d",
"@starbeam/reactive": "0.8.10-unstable.9b5a07d",
"@starbeam/resource": "0.0.1-unstable.9b5a07d",
"@starbeam/runtime": "0.8.10-unstable.9b5a07d",
"@starbeam/service": "0.0.1-unstable.9b5a07d",
"@starbeam/shared": "1.3.8-unstable.9b5a07d"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
"files": [
"dist",
"README.md",
"CHANGELOG.md",
"LICENSE.md"
],
"scripts": {
"build": "rollup -c",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run",
"test:specs": "vitest --run --pool forks",
"test:types": "tsc -b"
},
"dependencies": {
"@starbeam/interfaces": "0.8.10-unstable.84e5619",
"@starbeam/reactive": "0.8.10-unstable.84e5619",
"@starbeam/resource": "0.0.1-unstable.84e5619",
"@starbeam/runtime": "0.8.10-unstable.84e5619",
"@starbeam/service": "0.0.1-unstable.84e5619",
"@starbeam/shared": "1.3.8-unstable.84e5619"
},
"devDependencies": {
"@starbeam/eslint-plugin": "workspace:^",
"@starbeam-dev/build-support": "workspace:^",
"rollup": "^3.29.2"
}
}
}
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