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.1.8 to 1.1.10

0

example/demo.js

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

6

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

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

"patch": "npm version patch -m \"Release version %s\"",
"version": "npm update -S @backand/vanilla-sdk && git add -A",
"version": "npm i -S -f @backand/vanilla-sdk && git add -A",
"postversion": "git push && git push --tags"

@@ -23,3 +23,3 @@ },

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

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

@@ -0,0 +0,0 @@ nodejs-sdk

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