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

yach.nim.util

Package Overview
Dependencies
Maintainers
9
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yach.nim.util - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

0

lib/elk.js

@@ -0,0 +0,0 @@ // yach.util.data

@@ -0,0 +0,0 @@ /**

27

lib/yach.nim.util.js

@@ -936,1 +936,28 @@ // elk

}
export function searchHistoryMsgs(
scene,
to,
keyword,
beginTime = 0,
endTime = Date.now(),
reverse = false,
asc = false
) {
return new Promise(function (resolve, reject) {
let startTime = Date.now();
window.nim.searchHistoryMsgs({
scene,
to,
keyword,
beginTime,
endTime,
reverse,
asc,
done: function (error, obj) {
//elk("window.nim.searchHistoryMsgs", startTime);
return error ? reject(error) : resolve(obj);
},
});
});
}

2

package.json
{
"name": "yach.nim.util",
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "yach nim: util",

@@ -0,0 +0,0 @@ # yach.nim.util

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