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

bir1

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bir1 - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "bir1",
"version": "1.0.3",
"version": "1.0.4",
"description": "GUS REGON api client",

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

@@ -18,5 +18,7 @@ # BIR1 - GUS REGON client #

const bir = new Bir()
await bir.login()
console.log(await bir.search({ nip: '5261040567' }))
(async () => {
const bir = new Bir()
await bir.login()
console.log(await bir.search({ nip: '5261040567' }))
})()

@@ -48,4 +50,4 @@ /*

By default it connects to non production database. In order to connect to
production to get most up to date company data provide your key like this `new
Bir({ key: 'aabc123def567' })`
By default it connects to non production database using public default key. In
order to connect to production database with current company data provide the
key like this `new Bir({key: 'example123def567' })`
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