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

@pexip-engage-public/plugin

Package Overview
Dependencies
Maintainers
1
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.6-canary-20231117105705 to 1.0.6

5

CHANGELOG.md
# @pexip-engage-public/plugin
## 1.0.6-canary-20231117105705
## 1.0.6
### Patch Changes
- 45eadc558: SKED-11667/turnstile
- Updated dependencies [f5d29522b]
- @pexip-engage-public/graphql@1.0.5

@@ -9,0 +10,0 @@ ## 1.0.5

2

dist/configuration-parser/js-parser.js

@@ -16,4 +16,2 @@ import { isValidConfiguration } from "../configuration-parser-legacy/utils.js";

decode(jsConfig) {
if (!jsConfig)
return {};
try {

@@ -20,0 +18,0 @@ if (!isValidConfiguration(jsConfig))

{
"name": "@pexip-engage-public/plugin",
"version": "1.0.6-canary-20231117105705",
"version": "1.0.6",
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/plugin-remix/packages/plugin-public#readme",

@@ -40,3 +40,3 @@ "bugs": {

"zod": "^3.22.4",
"@pexip-engage-public/graphql": "1.0.4"
"@pexip-engage-public/graphql": "1.0.5"
},

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

@@ -21,4 +21,2 @@ import type { PluginConfiguration } from "../configuration/PluginConfiguration.current.js";

decode(jsConfig?: unknown): PluginConfiguration {
if (!jsConfig) return {};
try {

@@ -25,0 +23,0 @@ if (!isValidConfiguration(jsConfig))

Sorry, the diff of this file is not supported yet

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