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

@99xt/first-born

Package Overview
Dependencies
Maintainers
8
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@99xt/first-born - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

2

package.json
{
"name": "@99xt/first-born",
"version": "1.1.4",
"version": "1.1.5",
"description": "React Native UI Framework",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -21,3 +21,7 @@ import React, { Component } from "react";

} else {
badgeStyle.push({ backgroundColor: "transparent" });
badgeStyle.push({
backgroundColor: "transparent",
borderColor: color,
borderWidth: 1
});
textStyle = { color: color };

@@ -24,0 +28,0 @@ iconColor = color;

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