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

forge-atlas-fetch

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

forge-atlas-fetch - npm Package Compare versions

Comparing version 1.0.91 to 1.0.94

2

dist/clients/confluence/index.d.ts
import { Types } from './types';
declare const confluence: () => {
declare const confluence: (api: any) => {
asUser: () => Types;

@@ -4,0 +4,0 @@ asApp: () => Types;

@@ -13,4 +13,4 @@ "use strict";

};
const confluence = () => init(api).confluence;
const confluence = (api) => init(api).confluence;
exports.default = confluence;
//# sourceMappingURL=index.js.map

@@ -1,8 +0,8 @@

export declare const jiraSoftware: () => {
export declare const jiraSoftware: (api: any) => {
asUser: () => import("./jira-software/types").Types;
asApp: () => import("./jira-software/types").Types;
};
export declare const confluence: () => {
export declare const confluence: (api: any) => {
asUser: () => import("./confluence/types").Types;
asApp: () => import("./confluence/types").Types;
};
import { Types } from './types';
declare const jiraSoftware: () => {
declare const jiraSoftware: (api: any) => {
asUser: () => Types;

@@ -4,0 +4,0 @@ asApp: () => Types;

@@ -13,4 +13,4 @@ "use strict";

};
const jiraSoftware = () => init(api).jiraSoftware;
const jiraSoftware = (api) => init(api).jiraSoftware;
exports.default = jiraSoftware;
//# sourceMappingURL=index.js.map
{
"name": "forge-atlas-fetch",
"version": "1.0.91",
"version": "1.0.94",
"license": "MIT",

@@ -29,6 +29,6 @@ "main": "dist/index",

"camelcase": "^5.3.1",
"fetch-confluence": "^1.0.91",
"fetch-jira-software": "^1.0.91"
"fetch-confluence": "^1.0.94",
"fetch-jira-software": "^1.0.94"
},
"gitHead": "542b2b6cdfc3bc39a8e250f10f9ebee9f91c1378"
"gitHead": "b534fe6306b1d8cf734cf41caf1c3d8f0260362b"
}

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