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

wickrio_addon

Package Overview
Dependencies
Maintainers
2
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wickrio_addon - npm Package Compare versions

Comparing version 6.34.2 to 7.1.1-beta.1

src/wickrio_addon.js

13

package.json
{
"name": "wickrio_addon",
"version": "6.34.02",
"description": "Wickr's Node.js C++ Addon for a JavaScript API interface",
"main": "wickrio_addon",
"version": "7.1.1-beta.01",
"description": "WickrIO's Javascript bot API's",
"main": "src/wickrio_addon.js",
"license": "MIT",

@@ -15,7 +15,6 @@ "keywords": [

"dependencies": {
"nan": "^2.13.2"
"zeromq": "^6.0.0-beta.19",
"nan": "^2.13.2",
"deasync":"^0.1.29"
},
"engines": {
"node": "^10"
},
"repository": {

@@ -22,0 +21,0 @@ "type": "git",

# WickrIO API Addon
Wickr's Node.js C++ Addon for a JavaScript API interface
This is the Node.js low level API's to the WickrIO bot engine
## Description:
This is the Node.js C++ Addon that provides access to Wickr's bot client. This WickrIO addon interface supports a set of Wickr client functionality that you can access via your Javascript code. You will be able to do the following Wickr operations:
This is the Node.js low leve API's that provide access to the WickrIO's bot client. You will be able to do at least the following operations:

@@ -17,3 +17,3 @@ * Send and receive messages and files

NOTE: versions 5.38.17 and older will require version 8 of node. Versions 5.44.2 and newer will require version 10 of node.
NOTE: versions 7.1.1 and older do not rely on a specific version of node.

@@ -151,3 +151,3 @@ ## Usage and example:

```
Copyright 2021 Wickr, Inc.
Copyright 2024 Wickr, Inc.

@@ -154,0 +154,0 @@ Licensed under the Apache License, Version 2.0 (the "License");

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