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

@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.2.7 to 1.2.8

10

example/demo.js

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

var await = false;
//Test Anonymous
backand.object.getList('items')
.then(res=> {
await = res;
console.log(res.data);
})
.catch(err=> console.log(err));
//Test sign in - access token
backand.signin('sdk@backand.com', "Password1")

@@ -12,0 +22,0 @@ .then(res=> {

9

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

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

"scripts": {
"test": "node node_modules/mocha/bin/mocha test/sdktest.js",
"start": "cd ./example/ && node demo.js",
"patch": "npm version patch -m \"Release version %s\"",
"preversion": "npm test",
"version": "npm i -S -f @backand/vanilla-sdk && git add -A",

@@ -26,3 +28,6 @@ "postversion": "git push && git push --tags"

},
"devDependencies": {},
"devDependencies": {
"chai": "latest",
"mocha": "latest"
},
"repository": {

@@ -29,0 +34,0 @@ "type": "git",

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