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

@ebenos/viber-adapter

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ebenos/viber-adapter - npm Package Compare versions

Comparing version 4.0.0-alpha.16 to 4.0.0-alpha.17

5

build/api/viberRequest.js

@@ -26,3 +26,6 @@ "use strict";

});
const response = yield res.json();
const response = (yield res.json());
if (response.status !== 0) {
console.log(response);
}
return response;

@@ -29,0 +32,0 @@ });

4

package.json
{
"name": "@ebenos/viber-adapter",
"version": "4.0.0-alpha.16",
"version": "4.0.0-alpha.17",
"description": "Viber adapter for the Ebony framework.",

@@ -47,3 +47,3 @@ "main": "./build/index.js",

],
"gitHead": "927da3582af82aeb906cb7e0add19ed0b7b1388c"
"gitHead": "5a6094e0e4bc48b4dbd98316262408aec178f976"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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