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

@baseline-ui/blocks

Package Overview
Dependencies
Maintainers
0
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@baseline-ui/blocks - npm Package Compare versions

Comparing version 0.0.0-nightly-20250210000648 to 0.0.0-nightly-20250215000634

dist/Block-3m8AADlO.d.mts

4

dist/index.d.ts

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

import { B as Block, C as Child } from './Block-D7LxG-bd';
import { B as Block, C as Child } from './Block-3m8AADlO';
import React from 'react';

@@ -6,3 +6,3 @@

declare type Any = any;
type Any = any;
interface BlockProps {

@@ -9,0 +9,0 @@ "data-block-id"?: string;

export { Fragment, jsx, jsx as jsxDEV, jsxs } from '../jsx-runtime/index.js';
import 'react';
import '../Block-D7LxG-bd.js';
import '../Block-3m8AADlO.js';
import React, { Key } from 'react';
import { B as Block } from '../Block-D7LxG-bd.js';
import { B as Block } from '../Block-3m8AADlO.js';
declare type Child = Block | string | number;
type Child = Block | string | number;
declare function jsx<T extends React.ForwardRefExoticComponent<unknown>>(component: T, props: React.ComponentPropsWithRef<T> & {

@@ -10,5 +10,5 @@ children?: Child | Child[];

declare const Fragment: React.ExoticComponent<{
children?: React.ReactNode;
children?: React.ReactNode | undefined;
}>;
export { Fragment, jsx, jsxs };
{
"name": "@baseline-ui/blocks",
"version": "0.0.0-nightly-20250210000648",
"version": "0.0.0-nightly-20250215000634",
"description": "",

@@ -32,4 +32,4 @@ "main": "dist/index.js",

"dependencies": {
"@baseline-ui/utils": "0.0.0-nightly-20250210000648",
"@baseline-ui/tokens": "0.0.0-nightly-20250210000648"
"@baseline-ui/utils": "0.0.0-nightly-20250215000634",
"@baseline-ui/tokens": "0.0.0-nightly-20250215000634"
},

@@ -36,0 +36,0 @@ "peerDependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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