New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@badrap/libapp

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

@badrap/libapp - npm Package Compare versions

Comparing version 0.6.9 to 0.6.10

.changeset/config.json

1

dist/ui/experimental/List.d.ts
import { UiNode } from "../internal.js";
type ListProps = {
size?: "sm" | "md";
children?: UiNode;

@@ -4,0 +5,0 @@ };

6

dist/ui/experimental/Text.d.ts
import { Responsive, UiNode } from "../internal.js";
type TextProps = {
size?: Responsive<"1" | "2" | "3">;
size?: Responsive<"xs" | "sm" | "md">;
align?: Responsive<"left" | "center" | "right">;
weight?: Responsive<"regular" | "medium" | "bold">;
color?: "gray" | "orange" | "red" | "green" | "blue";
weight?: Responsive<"regular" | "medium" | "semibold">;
color?: "base" | "gray" | "orange" | "red" | "green" | "blue";
truncate?: boolean;

@@ -8,0 +8,0 @@ children?: UiNode;

{
"name": "@badrap/libapp",
"version": "0.6.9",
"version": "0.6.10",
"description": "TypeScript helpers for creating Badrap apps",

@@ -9,2 +9,6 @@ "repository": {

},
"publishConfig": {
"access": "public",
"provenance": true
},
"engines": {

@@ -25,3 +29,6 @@ "node": ">=18"

"build": "rm -rf dist/* && tsc",
"prepack": "npm run build"
"prepack": "npm run build",
"changeset": "changeset",
"bump": "changeset version",
"release": "changeset publish"
},

@@ -35,2 +42,4 @@ "author": "Joachim Viide <jviide@iki.fi>",

"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/node": "^20.12.7",

@@ -37,0 +46,0 @@ "@typescript-eslint/eslint-plugin": "^7.7.1",

@@ -18,7 +18,5 @@ # libapp [![tests](https://github.com/badrap/libapp/workflows/tests/badge.svg)](https://github.com/badrap/libapp/actions?query=workflow%3Atests)

"compilerOptions": {
...
"jsx": "react-jsx",
"jsxImportSource": "@badrap/libapp"
},
...
}
}

@@ -25,0 +23,0 @@ ```

import { UiNode, element } from "../internal.js";
type ListProps = {
size?: "sm" | "md";
children?: UiNode;

@@ -5,0 +6,0 @@ };

import { Responsive, UiNode, element } from "../internal.js";
type TextProps = {
size?: Responsive<"1" | "2" | "3">;
size?: Responsive<"xs" | "sm" | "md">;
align?: Responsive<"left" | "center" | "right">;
weight?: Responsive<"regular" | "medium" | "bold">;
color?: "gray" | "orange" | "red" | "green" | "blue";
weight?: Responsive<"regular" | "medium" | "semibold">;
color?: "base" | "gray" | "orange" | "red" | "green" | "blue";
truncate?: boolean;

@@ -9,0 +9,0 @@ children?: UiNode;

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