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

@pexip-engage-public/plugin-instance

Package Overview
Dependencies
Maintainers
1
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.17 to 1.0.18-canary-20230306123656

11

CHANGELOG.md
# @pexip-engage-public/plugin-instance
## 1.0.18-canary-20230306123656
### Patch Changes
- 4833706ee: fix(deps): update all non-major dependencies
- Updated dependencies [4833706ee]
- @pexip-engage-public/plugin-state@1.0.9-canary-20230306123656
- @pexip-engage-public/plugin-events@1.0.12-canary-20230306123656
- @pexip-engage-public/plugin-configuration-parser@1.0.15
- @pexip-engage-public/plugin-utils@1.0.6
## 1.0.17

@@ -4,0 +15,0 @@

10

package.json
{
"name": "@pexip-engage-public/plugin-instance",
"version": "1.0.17",
"version": "1.0.18-canary-20230306123656",
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/plugin-remix/packages/plugin-instance#readme",

@@ -35,6 +35,6 @@ "bugs": {

"dependencies": {
"iframe-resizer": "^4.3.4",
"iframe-resizer": "^4.3.5",
"@pexip-engage-public/plugin-configuration-parser": "1.0.15",
"@pexip-engage-public/plugin-events": "1.0.11",
"@pexip-engage-public/plugin-state": "1.0.8",
"@pexip-engage-public/plugin-events": "1.0.12-canary-20230306123656",
"@pexip-engage-public/plugin-state": "1.0.9-canary-20230306123656",
"@pexip-engage-public/plugin-utils": "1.0.6"

@@ -45,3 +45,3 @@ },

"@pexip-engage/tsconfig": "0.0.8",
"eslint-config-pexip-engage": "0.0.15"
"eslint-config-pexip-engage": "0.0.16-canary-20230306123656"
},

@@ -48,0 +48,0 @@ "volta": {

@@ -42,3 +42,2 @@ import { PluginEvent } from "@pexip-engage-public/plugin-events";

get customer(): {
id?: string | null | undefined;
company?: string | null | undefined;

@@ -51,2 +50,3 @@ customer_number?: string | null | undefined;

gender?: string | null | undefined;
id?: string | null | undefined;
is_existing?: string | null | undefined;

@@ -74,3 +74,2 @@ language?: string | null | undefined;

static get customer(): {
id?: string | null | undefined;
company?: string | null | undefined;

@@ -83,2 +82,3 @@ customer_number?: string | null | undefined;

gender?: string | null | undefined;
id?: string | null | undefined;
is_existing?: string | null | undefined;

@@ -85,0 +85,0 @@ language?: string | null | undefined;

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