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

info-perkara

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

info-perkara - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "info-perkara",
"version": "1.1.1",
"version": "1.1.2",
"description": "Info Perkara Seluruh Indonesia",

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

@@ -27,5 +27,7 @@ # UNOFFICIAL INFO PERKARA

# CONTOH
```javascript
const perkara = require('info-perkara');
perkara.cari('pn-painan','SINTA ANDESTA').then(e => console.log(e));
perkara.sidang('pn-merauke','01/02/2023').then(e => console.log(e));
//atau dengan async

@@ -37,6 +39,8 @@ async function main() {

console.log(cariditun)
// contoh jadwal sidang
const sidang=await perkara.sidang('pn-merauke','01/02/2023');
console.log(sidang)
}
main()
```

@@ -43,0 +47,0 @@

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