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

lymyt-sdk

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

lymyt-sdk - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

1

lib/action/Error.js

@@ -9,3 +9,2 @@

console.log("auth error")
//AuthAction.logout()
}

@@ -12,0 +11,0 @@

@@ -20,3 +20,2 @@ const Login = require('./login/Login');

window.lymytenvronment = env
console.log(window.lymytenvronment)
}

@@ -23,0 +22,0 @@ this.event_id = event_id

4

lib/view/View.js

@@ -5,2 +5,3 @@

const cookie = require('react-cookies')
const Login = require('../login/Login');

@@ -26,2 +27,5 @@ const View = {

get(callback) {
const token = this.token ? this.token : Login.getToken()
ViewAction.getView(this.event_id,this.token,function(e){

@@ -28,0 +32,0 @@ callback(e)

{
"name": "lymyt-sdk",
"version": "0.0.2",
"version": "0.0.3",
"description": "",

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

@@ -13,40 +13,34 @@ # lymyt-js

## ログイン
Lymyt.login({user_name}, {password}, callback)
### Lymyt.login({user_name}, {password}, callback)
### Lymyt.logou()
Lymyt.logou()
## View
Lymyt.View.get(callback)
### Lymyt.View.get(callback)
### Lymyt.View.subscribe(callback)
Lymyt.View.subscribe(callback)
## Profile
Lymyt.Profile.get(callback)
### Lymyt.Profile.get(callback)
## Neighour
Lymyt.Neighour.start({session_id}, {action_id}, callback)
### Lymyt.Neighour.start({session_id}, {action_id}, callback)
### Lymyt.Neighour.request({session_id}, {coating_id}, {coacting_secret}, callback)
### Lymyt.Neighour.getRequestQr({session_id}, {coating_id}, {coacting_secret})
画像ファイルをレスポンスします。
Lymyt.Neighour.request({session_id}, {coating_id}, {coacting_secret}, callback)
Lymyt.Neighour.getRequestQr({session_id}, {coating_id}, {coacting_secret})
画像ファイルをレスポンスします。
## Attribute
Lymyt.Attribute.get({session_id},{attribute_id},callback)
### Lymyt.Attribute.get({session_id},{attribute_id},callback)
### Lymyt.Attribute.update({session_id},{attribute_id},{value},callback)
Lymyt.Attribute.update({session_id},{attribute_id},{value},callback)
## Location
Lymyt.Location.get(callback)
### Lymyt.Location.get(callback)
### Lymyt.Location.subscribe(locationValidateion,interval_sec,callback)
Lymyt.Location.subscribe(locationValidateion,interval_sec,callback)
## LocationValidateion
LocationPointValidator({lat,lon},distance, coutner_limit, callback)
### LocationPointValidator({lat,lon},distance, coutner_limit, callback)
中心点({lat,lon})からdistanceがcoutner_limit回連続して反転した場合に、callbackに座標を返します
LocationAreaValidator(Array[{lat,lon}], coutner_limit, callback)
エリアの内外がcoutner_limit回連続して反転した場合に、callbackに座標を返します
### LocationAreaValidator(Array[{lat,lon}], coutner_limit, callback)
エリアの内外がcoutner_limit回連続して反転した場合に、callbackに座標を返します
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