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

busca-br

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

busca-br - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json

@@ -19,3 +19,3 @@ {

],
"version": "0.1.0",
"version": "0.1.1",
"author": {

@@ -22,0 +22,0 @@ "name": "Jayr Alencar",

# buscaBR.js
[![NPM](https://nodei.co/npm/busca-br.png?downloads=true&downloadRank=true)](https://nodei.co/npm/busca-br/)
[![NPM](https://nodei.co/npm/sqlite-sync.png?downloads=true&downloadRank=true)](https://nodei.co/npm/sqlite-sync/)
<br/>

@@ -16,3 +16,3 @@ Pacote para facilitar buscas fonéticas usando o algoritmo buscaBR para JavaScript

```
<script src="https://raw.githubusercontent.com/JayrAlencar/buscaBR.js/master/browser/buscaBR.js"></script>
<script src="//clubedosgeeke.com.br/buscabr/js/buscaBR.js"></script>
```

@@ -26,3 +26,3 @@

buscaBR.search('feijaum',['arroz','feijão','feijoada'],function(res){
console.log(res);
console.log(res);
});

@@ -36,7 +36,7 @@

```html
<script src="https://raw.githubusercontent.com/JayrAlencar/buscaBR.js/master/browser/buscaBR.js"></script>
<script src="//clubedosgeeke.com.br/buscabr/js/buscaBR.js"></script>
<script>
var buscabr = new buscaBR();
buscaBR.search('feijaum',['arroz','feijão','feijoada'],function(res){
alert(res[0].termo);
alert(res[0].termo);
});

@@ -79,4 +79,2 @@ </script>

</table>
## Testando
<a href="http://clubedosgeeks.com.br/buscabr/">http://clubedosgeeks.com.br/buscabr/</a>
```
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