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

xrm-ex

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xrm-ex - npm Package Compare versions

Comparing version 1.0.21 to 1.0.22

2

package.json
{
"name": "xrm-ex",
"version": "1.0.21",
"version": "1.0.22",
"description": "Xrm-Ex is a JavaScript framework that simplifies the usage of Dynamics 365 Client API. It provides intuitive wrappers for formContext and Xrm Object, helping developers reduce the amount of code, increase maintainability, and decrease errors. Ideal for developers looking to leverage the power of Dynamics 365 Client API within the TypeScript ecosystem.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -15,2 +15,4 @@ ![NPM](https://img.shields.io/npm/l/xrm-ex)

- [Getting Started](#getting-started)
- [Set up Project](#set-up-project)
- [Deployment](#deployment)
- [Documentation](#documentation)

@@ -138,3 +140,3 @@ - [Contribution Guidelines](#contribution-guidelines)

## Documentation
For a comprehensive guide to using XrmEx, please check out the full [documentation](https://github.com/AhashSritharan/Xrm-Ex/blob/main/docs/modules/XrmEx.md).
For a comprehensive guide to using XrmEx, please check out the full [documentation](https://xrm-ex.ahash.dev/modules/src_XrmEx.XrmEx.html).

@@ -141,0 +143,0 @@ ## Contribution Guidelines

@@ -53,4 +53,6 @@ /// <reference types="xrm" />

* Retrieves the value of an environment variable by using its schema name as key.
* If the environment variable has both a default value and a current value, this function will retrieve the current value.
* @param {string} environmentVariableSchemaName - The schema name of the environment variable to retrieve.
* @returns {Promise<string>} - A promise that resolves with the value of the environment variable.
* @async
*/

@@ -57,0 +59,0 @@ export function getEnvironmentVariableValue(environmentVariableSchemaName: string): Promise<string>;

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