Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-usa-svg

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-usa-svg - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

src/index.tsx

7

package.json
{
"author": "Konstantin Ryzhov",
"name": "react-usa-svg",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -11,3 +11,6 @@ "main": "index.js",

"build": "rm -rf ./lib && tsc",
"prepare": "yarn build"
"prepublish": "yarn build",
"release-patch": "npm version patch -m 'patch version'",
"release-minor": "npm version minor -m 'minor version'",
"release-major": "npm version major -m 'major version'"
},

@@ -14,0 +17,0 @@ "license": "WTFPL",

import * as React from 'react';
export type USAProps = {
color: string;
color?: string;
};

@@ -6,0 +6,0 @@

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