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

@furkot/address

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@furkot/address - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

lib/address/index.js

2

index.js

@@ -1,1 +0,1 @@

module.exports = require('./lib/address');
module.exports = require('./lib');
{
"name": "@furkot/address",
"version": "0.0.0",
"version": "0.0.1",
"description": "Furkot address normalizer.",

@@ -5,0 +5,0 @@ "author": {

@@ -18,5 +18,30 @@ [![NPM version][npm-image]][npm-url]

```js
var furkotAddress = require('@furkot/address');
const {
normalize,
stringify,
parse,
prettify
} = require('@furkot/address');
furkotAddress('Rainbow');
normalize('123 Main St, Los Angeles, California'); // => '123 Main St,Los Angeles,CA,US'
stringify({
house: 123,
street: 'Main St',
city: 'Los Angeles',
state: 'California',
country: 'USA'
}); // => '123 Main St,Los Angeles,CA,US'
parse('123 Main St,Los Angeles,CA,US'); // =>
// { house: 123,
// street: 'Main St',
// city: 'Los Angeles',
// state: 'CA',
// country: 'USA'
// };
prettify(',Los Angeles,CA,US'); // => 'Los Angeles, CA'
prettify('123 Main St,Toronto,ON,CA'); // => '123 Main St, Toronto, ON, Canada'
prettify('1 Via Toselli,Taranto,Taranto,IT'); // => '1 Via Toselli, Taranto, Italy
```

@@ -31,6 +56,6 @@

[build-url]: https://github.com/furkot/@furkot/address/actions/workflows/check.yaml
[build-image]: https://img.shields.io/github/workflow/status/furkot/@furkot/address/check
[build-url]: https://github.com/furkot/address/actions/workflows/check.yaml
[build-image]: https://img.shields.io/github/workflow/status/furkot/address/check
[deps-image]: https://img.shields.io/librariesio/release/npm/@furkot/address
[deps-url]: https://libraries.io/npm/@furkot/address
[deps-url]: https://libraries.io/npm/@furkot%2Faddress
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