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.0 to 0.2.1

2

dist/cjs/index.js

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

async getAtomValue(atomId) {
const { data: { value }, } = await axios_1.default.get(`${this.apiOrigin}/atom/${atomId}`, {
const { data: { value }, } = await axios_1.default.get(`${this.apiOrigin}/atoms/${atomId}`, {
headers: {

@@ -22,0 +22,0 @@ Authorization: `Bearer ${this.token}`,

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

return __awaiter(this, void 0, void 0, function* () {
const { data: { value }, } = yield axios.get(`${this.apiOrigin}/atom/${atomId}`, {
const { data: { value }, } = yield axios.get(`${this.apiOrigin}/atoms/${atomId}`, {
headers: {

@@ -27,0 +27,0 @@ Authorization: `Bearer ${this.token}`,

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

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

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

data: { value },
} = await axios.get<{ value: string }>(`${this.apiOrigin}/atom/${atomId}`, {
} = await axios.get<{ value: string }>(`${this.apiOrigin}/atoms/${atomId}`, {
headers: {

@@ -26,0 +26,0 @@ Authorization: `Bearer ${this.token}`,

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