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

btrz-api-client

Package Overview
Dependencies
Maintainers
1
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

btrz-api-client - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

lib/endpoints/operations/scheduled_notifications.js

1

lib/client.js

@@ -194,2 +194,3 @@ "use strict";

movements: require("./endpoints/operations/movements")({ client: client, internalAuthTokenProvider: internalAuthTokenProvider }),
scheduledNotifications: require("./endpoints/operations/scheduled_notifications")({ client: client, internalAuthTokenProvider: internalAuthTokenProvider }),
__test: {

@@ -196,0 +197,0 @@ client: client

2

package.json
{
"name": "btrz-api-client",
"version": "2.0.0",
"version": "2.1.0",
"description": "Api client for Betterez endpoints",

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

@@ -149,2 +149,3 @@ const axios = require("axios");

movements: require("./endpoints/operations/movements")({client, internalAuthTokenProvider}),
scheduledNotifications: require("./endpoints/operations/scheduled_notifications")({client, internalAuthTokenProvider}),
__test: {

@@ -151,0 +152,0 @@ client

Sorry, the diff of this file is too big to display

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