Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@adobe/acc-js-sdk

Package Overview
Dependencies
Maintainers
21
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adobe/acc-js-sdk - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

7

CHANGELOG.md

@@ -8,4 +8,9 @@ # Adobe Campaign Classic (ACC) SDK in JavaScript (node.js and browser)

## Version 1.1.5
_2022/07/07__
* The SOAP method name was not showing up properly in the Chrome console
## Version 1.1.4
_2022/06/xx_
_2022/07/07__

@@ -12,0 +17,0 @@ * Added `application.version` which returns the server version in the format major.minor.servicePack (ex: 8.2.10)

2

package.json
{
"name": "@adobe/acc-js-sdk",
"version": "1.1.4",
"version": "1.1.5",
"description": "ACC Javascript SDK",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -603,3 +603,3 @@ /*

const noMethodInURL = !!this._pushDownOptions.noMethodInURL;
const actualUrl = noMethodInURL ? url : `${url}?${this.urn}#${this.methodName}`;
const actualUrl = noMethodInURL ? url : `${url}?${this.urn}:${this.methodName}`;

@@ -606,0 +606,0 @@ // Prepare request and empty response objects

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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