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

@ironforge/sdk

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ironforge/sdk - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

3

dist/accounts/mongodb/aggregate.js

@@ -7,3 +7,4 @@ "use strict";

const { body, cluster, program, cacheControl } = config;
const res = await fetch(`https://${host}/v1/${cluster}/${program}/mongodb` + `?apiKey=${apiKey}`, {
const res = await fetch(`https://${host}/v1/${cluster}/${program}/mongodb/aggregate` +
`?apiKey=${apiKey}`, {
headers: (0, utils_1.requestHeaders)({ cacheControl }),

@@ -10,0 +11,0 @@ body: JSON.stringify(body),

@@ -7,3 +7,4 @@ "use strict";

const { body, cluster, program, cacheControl } = config;
const res = await fetch(`https://${host}/v1/${cluster}/${program}/mongodb` + `?apiKey=${apiKey}`, {
const res = await fetch(`https://${host}/v1/${cluster}/${program}/mongodb/find` +
`?apiKey=${apiKey}`, {
headers: (0, utils_1.requestHeaders)({ cacheControl }),

@@ -10,0 +11,0 @@ body: JSON.stringify(body),

{
"name": "@ironforge/sdk",
"version": "0.0.4",
"version": "0.0.5",
"description": "IronForge SDK.",

@@ -5,0 +5,0 @@ "main": "dist/sdk.js",

Sorry, the diff of this file is not supported yet

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