Socket
Socket
Sign inDemoInstall

@backand/nodejs-sdk

Package Overview
Dependencies
Maintainers
5
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backand/nodejs-sdk - npm Package Compare versions

Comparing version 1.1.2 to 1.1.8

0

example/demo.js

@@ -0,0 +0,0 @@ const backand = require('./../src/index');

9

package.json
{
"name": "@backand/nodejs-sdk",
"version": "1.1.2",
"version": "1.1.8",
"description": "Backand SDK for Node.js",

@@ -14,3 +14,6 @@ "main": "./src/index.js",

"scripts": {
"start": "cd ./example/ && node demo.js"
"start": "cd ./example/ && node demo.js",
"patch": "npm version patch -m \"Release version %s\"",
"version": "npm update -S @backand/vanilla-sdk && git add -A",
"postversion": "git push && git push --tags"
},

@@ -20,3 +23,3 @@ "author": "Backand",

"dependencies": {
"@backand/vanilla-sdk": "^1.1.2",
"@backand/vanilla-sdk": "^1.1.7",
"xmlhttprequest": "^1.8.0"

@@ -23,0 +26,0 @@ },

nodejs-sdk
===
[![npm version](https://img.shields.io/npm/v/@backand/nodejs-sdk.svg?style=flat-square)](https://www.npmjs.org/package/@backand/nodejs-sdk)
[![npm downloads](https://img.shields.io/npm/dt/@backand/nodejs-sdk.svg?style=flat-square)](http://npm-stat.com/charts.html?package=@backand/nodejs-sdk)
> Backand SDK for [Node.js](https://nodejs.org/).

@@ -12,13 +9,13 @@ This SDK enables you to communicate comfortably and quickly with your Backand app.

## Installation
- npm:
```bash
$ npm i -S @backand/nodejs-sdk
```
- yarn:
```bash
$ yarn add @backand/nodejs-sdk
```
To install the Node.js SDK, use the correct command for your dependency management platform:
| Provider | Command |
| -------- | ------- |
| npm | `$ npm i -S @backand/nodejs-sdk` |
| yarn | `$ yarn add @backand/nodejs-sdk` |
## Import
Use the following import statement to include the Node.js SDK in your project:
```javascript

@@ -39,3 +36,5 @@ const backand = require('@backand/nodejs-sdk')

Review the full API reference at our [vanilla-sdk's github](https://github.com/backand/vanilla-sdk) to get started with your back end!
## Examples

@@ -42,0 +41,0 @@ ***To view the demo, just run npm start - [example page](https://github.com/backand/nodejs-sdk/blob/master/example/).***

global.XMLHttpRequest = require("xmlhttprequest").XMLHttpRequest;
module.exports = require('@backand/vanilla-sdk');

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