New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@goki-lock/node

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goki-lock/node

goki lock sdk

latest
npmnpm
Version
0.0.5
Version published
Maintainers
2
Created
Source

Goki lock sdk for nodejs

how to install

yarn add @goki-lock/node

or

npm install @goki-lock/node

how to use

import GokiLockSDK from '@goki-lock/node'

const lockdata = '...'
GokiLockSDK.unlock(lockdata)
.then(() => {
  console.log('unlock success')
})
.catch(err => {
  console.log('unlock failed', err)
})
  • @goki-lock/react-native
  • @goki-lock/browser

FAQs

Package last updated on 26 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts