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

kinokava

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kinokava - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "kinokava",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

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

@@ -16,3 +16,4 @@ # Kinokava

const kinokava = require('kinokava')
kinokavad().then(res => console.log(res))
kinokava()
.then(res => console.log(res))
```

@@ -31,3 +32,4 @@ results in:

const kinokava = require('kinokava')
kinokavad({cinema: 'ccplaza', time: '22:00'}).then(res => console.log(res))
kinokava({cinema: 'ccplaza', time: '22:00'})
.then(res => console.log(res))
```

@@ -34,0 +36,0 @@ results in:

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