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

@pexip-engage-public/plugin-react

Package Overview
Dependencies
Maintainers
1
Versions
418
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pexip-engage-public/plugin-react - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

8

CHANGELOG.md
# @pexip-engage-public/plugin-react
## 1.0.7
### Patch Changes
- 897322175: chore: plugin-rename-entry-script
- Updated dependencies [897322175]
- @pexip-engage-public/plugin-instance@1.0.7
## 1.0.6

@@ -4,0 +12,0 @@

4

package.json
{
"name": "@pexip-engage-public/plugin-react",
"version": "1.0.6",
"version": "1.0.7",
"description": "React wrapper component for the Pexip Engage Plugin",

@@ -41,3 +41,3 @@ "homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/plugin-remix/packages/plugin-react#readme",

"@pexip-engage-public/plugin-configuration-parser": "1.0.6",
"@pexip-engage-public/plugin-instance": "1.0.6"
"@pexip-engage-public/plugin-instance": "1.0.7"
},

@@ -44,0 +44,0 @@ "devDependencies": {

@@ -17,3 +17,3 @@ # @pexip-engage-public/plugin-react

const defaultConfig = {
scriptSrc: "https:/{ENTERPRISE_NAME}/plugin.skedify.io/{ENTERPRISE_NAME}/skedify-plugin.js",
scriptSrc: "https:/{ENTERPRISE_NAME}/plugin.skedify.io/{ENTERPRISE_NAME}/pexip-engage-plugin.js",
language: "nl-be",

@@ -40,2 +40,2 @@ flow: "SMOETQC",

- `scriptSrc`: The plugin entry point URL. eg: `https://{ENTERPRISE_NAME}.plugin.skedify.io/{ENTERPRISE_NAME}/skedify-plugin.js`
- `scriptSrc`: The plugin entry point URL. eg: `https://{ENTERPRISE_NAME}.plugin.skedify.io/{ENTERPRISE_NAME}/pexip-engage-plugin.js`

@@ -7,3 +7,3 @@ import { createContext, useContext } from "react";

* The plugin entry point URL.
* eg: `https://{ENTERPRISE_NAME}plugin.skedify.io/{ENTERPRISE_NAME}/skedify-plugin.js`
* eg: `https://{ENTERPRISE_NAME}plugin.skedify.io/{ENTERPRISE_NAME}/pexip-engage-plugin.js`
*/

@@ -10,0 +10,0 @@ scriptSrc?: string;

@@ -6,3 +6,3 @@ /// <reference types="react" />

* The plugin entry point URL.
* eg: `https://{ENTERPRISE_NAME}plugin.skedify.io/{ENTERPRISE_NAME}/skedify-plugin.js`
* eg: `https://{ENTERPRISE_NAME}plugin.skedify.io/{ENTERPRISE_NAME}/pexip-engage-plugin.js`
*/

@@ -9,0 +9,0 @@ scriptSrc?: string;

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