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

@agility/app-sdk

Package Overview
Dependencies
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agility/app-sdk - npm Package Compare versions

Comparing version

to
0.1.3

2

package.json
{
"name": "@agility/app-sdk",
"version": "0.1.2",
"version": "0.1.3",
"description": "JavaScript library for building Agility CMS apps.",

@@ -5,0 +5,0 @@ "main": "dist/agility-cms-app-sdk.node.js",

@@ -11,3 +11,3 @@ import * as fieldMethods from './fields'

//pass the sdk version to the CMS when setting the app config
appConfig.sdkVersion = sdkVersion;
appConfig.__sdkVersion = sdkVersion;
const appDefinitionID = getUrlParameter('appDefinitionID');

@@ -14,0 +14,0 @@ notifyCMS({ message: appConfig, messageChannel: `setAppConfig_for_${appDefinitionID}`})