New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@elevenback/mdb-client

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elevenback/mdb-client - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

dist/cjs/index.js

@@ -27,3 +27,3 @@ "use strict";

async updateAtomValue(atomId, value) {
await axios_1.default.put(`${this.apiOrigin}/atom/${atomId}`, {
await axios_1.default.put(`${this.apiOrigin}/atoms/${atomId}`, {
value,

@@ -30,0 +30,0 @@ }, {

@@ -34,3 +34,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

return __awaiter(this, void 0, void 0, function* () {
yield axios.put(`${this.apiOrigin}/atom/${atomId}`, {
yield axios.put(`${this.apiOrigin}/atoms/${atomId}`, {
value,

@@ -37,0 +37,0 @@ }, {

{
"name": "@elevenback/mdb-client",
"version": "0.2.1",
"version": "0.2.2",
"main": "./dist/cjs/index.js",

@@ -5,0 +5,0 @@ "module": "./dist/esm/index.js",

@@ -33,3 +33,3 @@ import axios from 'axios';

await axios.put<undefined>(
`${this.apiOrigin}/atom/${atomId}`,
`${this.apiOrigin}/atoms/${atomId}`,
{

@@ -36,0 +36,0 @@ value,

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