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.8 to 1.1.0

51

lib/types.d.ts

@@ -16,1 +16,52 @@ import * as React from 'react';

export default USASvg;
export function Alabama(props: StateProps): JSX.Element;
export function Alaska(props: StateProps): JSX.Element;
export function Arizona(props: StateProps): JSX.Element;
export function Arkansas(props: StateProps): JSX.Element;
export function California(props: StateProps): JSX.Element;
export function Colorado(props: StateProps): JSX.Element;
export function Connecticut(props: StateProps): JSX.Element;
export function Delaware(props: StateProps): JSX.Element;
export function Florida(props: StateProps): JSX.Element;
export function Georgia(props: StateProps): JSX.Element;
export function Hawaii(props: StateProps): JSX.Element;
export function Idaho(props: StateProps): JSX.Element;
export function Illinois(props: StateProps): JSX.Element;
export function Indiana(props: StateProps): JSX.Element;
export function Iowa(props: StateProps): JSX.Element;
export function Kansas(props: StateProps): JSX.Element;
export function Kentucky(props: StateProps): JSX.Element;
export function Louisiana(props: StateProps): JSX.Element;
export function Maine(props: StateProps): JSX.Element;
export function Maryland(props: StateProps): JSX.Element;
export function Massachusetts(props: StateProps): JSX.Element;
export function Michigan(props: StateProps): JSX.Element;
export function Minnesota(props: StateProps): JSX.Element;
export function Mississippi(props: StateProps): JSX.Element;
export function Missouri(props: StateProps): JSX.Element;
export function Montana(props: StateProps): JSX.Element;
export function Nebraska(props: StateProps): JSX.Element;
export function Nevada(props: StateProps): JSX.Element;
export function NewHampshire(props: StateProps): JSX.Element;
export function NewJersey(props: StateProps): JSX.Element;
export function NewMexico(props: StateProps): JSX.Element;
export function NewYork(props: StateProps): JSX.Element;
export function NorthCarolina(props: StateProps): JSX.Element;
export function NorthDakota(props: StateProps): JSX.Element;
export function Ohio(props: StateProps): JSX.Element;
export function Oklahoma(props: StateProps): JSX.Element;
export function Oregon(props: StateProps): JSX.Element;
export function Pennsylvania(props: StateProps): JSX.Element;
export function RhodeIsland(props: StateProps): JSX.Element;
export function SouthCarolina(props: StateProps): JSX.Element;
export function SouthDakota(props: StateProps): JSX.Element;
export function Tennessee(props: StateProps): JSX.Element;
export function Texas(props: StateProps): JSX.Element;
export function Utah(props: StateProps): JSX.Element;
export function Vermont(props: StateProps): JSX.Element;
export function Virginia(props: StateProps): JSX.Element;
export function Washington(props: StateProps): JSX.Element;
export function WestVirginia(props: StateProps): JSX.Element;
export function Wisconsin(props: StateProps): JSX.Element;
export function Wyoming(props: StateProps): JSX.Element;

13

package.json
{
"author": "Konstantin Ryzhov",
"name": "react-usa-svg",
"version": "1.0.8",
"version": "1.1.0",
"description": "React.js SVG-components for USA map",

@@ -23,5 +23,5 @@ "keywords": [

"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'"
"release-patch": "npm version patch -m 'New patch version release'",
"release-minor": "npm version minor -m 'New minor version release'",
"release-major": "npm version major -m 'New major version release'"
},

@@ -34,6 +34,9 @@ "license": "WTFPL",

"devDependencies": {
"@types/react": "^16.7.6",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.9",
"typescript": "^3.1.6"
},
"resolutions": {
"@types/react": "^16.7.18"
}
}
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