Socket
Socket
Sign inDemoInstall

rax-text

Package Overview
Dependencies
Maintainers
7
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rax-text - npm Package Compare versions

Comparing version 1.0.1-beta.0 to 1.0.1-beta.1

2

lib/index.d.ts
import { Props } from './types';
declare const _default: (props: Props) => any;
declare const _default: (props: Props) => JSX.Element;
export default _default;

@@ -67,3 +67,3 @@ "use strict";

styleProps.WebkitBoxOrient = 'vertical';
styleProps.WebkitLineClamp = numberOfLines;
styleProps.WebkitLineClamp = numberOfLines + "";
}

@@ -70,0 +70,0 @@

{
"name": "rax-text",
"version": "1.0.1-beta.0",
"version": "1.0.1-beta.1",
"description": "Text component for Rax.",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

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