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.0.4 to 0.0.5

1

dist/ui/jsx-runtime.d.ts

@@ -53,2 +53,3 @@ type Json = number | string | boolean | null | Json[] | {

disabled?: boolean;
filename?: string;
context?: Json;

@@ -55,0 +56,0 @@ children?: UiNode;

2

package.json
{
"name": "@badrap/libapp",
"version": "0.0.4",
"version": "0.0.5",
"description": "TypeScript helpers for creating Badrap apps",

@@ -5,0 +5,0 @@ "repository": {

@@ -81,2 +81,3 @@ /* eslint-disable @typescript-eslint/no-namespace */

disabled?: boolean;
filename?: string;
context?: Json;

@@ -83,0 +84,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