Socket
Socket
Sign inDemoInstall

@starbeamx/vanilla

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@starbeamx/vanilla - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

11

CHANGELOG.md
# @starbeamx/store
## 0.5.6
### Patch Changes
- Fix ESM package mistakes
- Updated dependencies
- @starbeam/core@0.5.6
- @starbeam/debug@0.5.6
- @starbeam/js@0.5.6
- @starbeam/verify@0.5.6
## 0.5.5

@@ -4,0 +15,0 @@

2

dist/index.d.ts

@@ -20,3 +20,3 @@ import { Reactive } from "@starbeam/core";

type ContentNode = (into: Cursor) => OutputConstructor;
type AttrNode<E extends Element> = (into: E) => OutputConstructor;
type AttrNode<E extends Element = Element> = (into: E) => OutputConstructor;
declare function Text(text: Reactive<string>, description?: string | Description): ContentNode;

@@ -23,0 +23,0 @@ declare function Fragment(nodes: ContentNode[], description?: string | Description): ContentNode;

{
"name": "@starbeamx/vanilla",
"description": "A renderer for Starbeam using Vanilla JavaScript",
"version": "0.5.5",
"version": "0.5.6",
"type": "module",
"main": "dist/index.cjs",
"dependencies": {
"@starbeam/core": "^0.5.5",
"@starbeam/debug": "^0.5.5",
"@starbeam/js": "^0.5.5",
"@starbeam/verify": "^0.5.5"
"@starbeam/core": "^0.5.6",
"@starbeam/debug": "^0.5.6",
"@starbeam/js": "^0.5.6",
"@starbeam/verify": "^0.5.6"
},

@@ -16,3 +16,2 @@ "devDependencies": {

},
"types": "dist/index.d.ts",
"exports": {

@@ -24,3 +23,4 @@ ".": {

}
}
},
"types": "dist/index.d.ts"
}
{
"private": true,
"type": "module",
"name": "@starbeam-tests/x-vanilla",

@@ -4,0 +5,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

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