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

@tamagui/normalize-css-color

Package Overview
Dependencies
Maintainers
1
Versions
946
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/normalize-css-color - npm Package Compare versions

Comparing version 1.125.6 to 1.125.7

16

dist/esm/index.native.js
import * as normalizeColor from "@react-native/normalize-color";
var norm = normalizeColor.default || normalizeColor, normalizeCSSColor = norm;
var norm = normalizeColor.default || normalizeColor,
normalizeCSSColor = norm;
function rgba(colorInt) {
var r = Math.round((colorInt & 4278190080) >>> 24), g = Math.round((colorInt & 16711680) >>> 16), b = Math.round((colorInt & 65280) >>> 8), a = ((colorInt & 255) >>> 0) / 255;
var r = Math.round((colorInt & 4278190080) >>> 24),
g = Math.round((colorInt & 16711680) >>> 16),
b = Math.round((colorInt & 65280) >>> 8),
a = ((colorInt & 255) >>> 0) / 255;
return {

@@ -13,7 +17,3 @@ r,

var index_default = normalizeCSSColor;
export {
index_default as default,
normalizeCSSColor,
rgba
};
//# sourceMappingURL=index.js.map
export { index_default as default, normalizeCSSColor, rgba };
//# sourceMappingURL=index.native.js.map
{
"name": "@tamagui/normalize-css-color",
"version": "1.125.6",
"version": "1.125.7",
"sideEffects": [

@@ -26,3 +26,3 @@ "*.css"

"devDependencies": {
"@tamagui/build": "1.125.6"
"@tamagui/build": "1.125.7"
},

@@ -29,0 +29,0 @@ "exports": {

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