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
210
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.5 to 1.0.6-canary-20231117091003

6

CHANGELOG.md
# @pexip-engage-public/plugin
## 1.0.6-canary-20231117091003
### Patch Changes
- 45eadc558: SKED-11667/turnstile
## 1.0.5

@@ -4,0 +10,0 @@

2

dist/configuration-parser/js-parser.js

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

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

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

2

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

@@ -5,0 +5,0 @@ "bugs": {

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

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

@@ -23,0 +25,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