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.4 to 0.5.5

dist/index.cjs

11

CHANGELOG.md
# @starbeamx/store
## 0.5.5
### Patch Changes
- Another attempt to get the build right
- Updated dependencies
- @starbeam/core@0.5.5
- @starbeam/debug@0.5.5
- @starbeam/js@0.5.5
- @starbeam/verify@0.5.5
## 0.5.4

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

26

dist/index.js

@@ -1,8 +0,4 @@

'use strict';
import { Formula, LIFETIME } from '@starbeam/core';
import { descriptionFrom } from '@starbeam/debug';
Object.defineProperty(exports, '__esModule', { value: true });
var core = require('@starbeam/core');
var debug = require('@starbeam/debug');
class Cursor {

@@ -43,4 +39,4 @@ static appendTo(node) {

});
const formula = core.Formula(update, description);
core.LIFETIME.on.cleanup(owner, cleanup);
const formula = Formula(update, description);
LIFETIME.on.cleanup(owner, cleanup);
return {

@@ -64,3 +60,3 @@ poll () {

};
}, debug.descriptionFrom({
}, descriptionFrom({
type: "resource",

@@ -112,3 +108,3 @@ api: {

function Fragment(nodes, description) {
const desc = debug.descriptionFrom({
const desc = descriptionFrom({
type: "resource",

@@ -163,3 +159,3 @@ api: {

};
}, debug.descriptionFrom({
}, descriptionFrom({
type: "resource",

@@ -198,3 +194,3 @@ api: {

};
}, debug.descriptionFrom({
}, descriptionFrom({
type: "resource",

@@ -213,7 +209,3 @@ api: {

exports.Attr = Attr;
exports.Cursor = Cursor;
exports.El = Element;
exports.Fragment = Fragment;
exports.Text = Text;
export { Attr, Cursor, Element as El, Fragment, Text };
//# sourceMappingURL=index.js.map
{
"name": "@starbeamx/vanilla",
"description": "A renderer for Starbeam using Vanilla JavaScript",
"version": "0.5.4",
"version": "0.5.5",
"type": "module",
"main": "dist/index.cjs",
"dependencies": {
"@starbeam/core": "^0.5.4",
"@starbeam/debug": "^0.5.4",
"@starbeam/js": "^0.5.4",
"@starbeam/verify": "^0.5.4"
"@starbeam/core": "^0.5.5",
"@starbeam/debug": "^0.5.5",
"@starbeam/js": "^0.5.5",
"@starbeam/verify": "^0.5.5"
},

@@ -13,0 +13,0 @@ "devDependencies": {

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