Socket
Socket
Sign inDemoInstall

basicprimitivesreact

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basicprimitivesreact - npm Package Compare versions

Comparing version 6.1.0 to 6.1.1

11

dist/esm/Templates/RotatedText.js

@@ -122,3 +122,7 @@ "use strict";

msTransform: transform,
transform: transform
transform: transform,
textOverflow: "ellipsis",
whiteSpace: "nowrap",
overflow: "hidden",
tableLayout: "fixed"
}, size);

@@ -135,3 +139,6 @@

verticalAlign: verticalAlignment,
padding: 0
padding: 0,
textOverflow: "ellipsis",
whiteSpace: "nowrap",
overflow: "hidden"
}

@@ -138,0 +145,0 @@ }, children))));

@@ -122,3 +122,7 @@ "use strict";

msTransform: transform,
transform: transform
transform: transform,
textOverflow: "ellipsis",
whiteSpace: "nowrap",
overflow: "hidden",
tableLayout: "fixed"
}, size);

@@ -135,3 +139,6 @@

verticalAlign: verticalAlignment,
padding: 0
padding: 0,
textOverflow: "ellipsis",
whiteSpace: "nowrap",
overflow: "hidden"
}

@@ -138,0 +145,0 @@ }, children))));

2

package.json
{
"name": "basicprimitivesreact",
"sideEffects": false,
"version": "6.1.0",
"version": "6.1.1",
"main": "dist/umd/index.js",

@@ -6,0 +6,0 @@ "module": "dist/esm/index.js",

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