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

@anandaroop/yat

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anandaroop/yat - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "@anandaroop/yat",
"version": "1.0.5",
"version": "1.0.6",
"description": "A silly geolocation component",

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

@@ -44,3 +44,3 @@ # yat

Let's aim to support both lon,lat and lat,lon ordering.
Let's support both lon,lat and lat,lon ordering.

@@ -47,0 +47,0 @@ ```jsx

@@ -9,2 +9,4 @@ import React from 'react'

storiesOf('Yat', module).add('lon,lat (default)', () => <Yat />)
storiesOf('Yat', module)
.add('lon,lat (default)', () => <Yat />)
.add('lat,lon', () => <Yat order="lat,lon" />)
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