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
0
Versions
405
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 2.0.67 to 2.0.68-canary-20241016111707

8

CHANGELOG.md
# @pexip-engage-public/plugin-react
## 2.0.68-canary-20241016111707
### Patch Changes
- 20ee714: chore: enable some disabled biome rules
- Updated dependencies [d11c112]
- @pexip-engage-public/plugin@1.0.67-canary-20241016111707
## 2.0.67

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

1

dist/usePluginConfiguration.js

@@ -55,2 +55,3 @@ import deepmerge from "deepmerge";

// If constructor does not have an Object-specific method
// biome-ignore lint/suspicious/noPrototypeBuiltins: <explanation>
if (!prot.hasOwnProperty("isPrototypeOf")) {

@@ -57,0 +58,0 @@ return false;

6

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

@@ -32,7 +32,7 @@ "homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/booking-plugin/packages/plugin-react#readme",

"deepmerge": "^4.3.1",
"@pexip-engage-public/plugin": "1.0.66"
"@pexip-engage-public/plugin": "1.0.67-canary-20241016111707"
},
"devDependencies": {
"@pexip-engage/tsconfig": "0.1.1",
"eslint-config-pexip-engage": "0.1.30"
"eslint-config-pexip-engage": "0.1.31-canary-20241016111707"
},

@@ -39,0 +39,0 @@ "peerDependencies": {

@@ -80,2 +80,3 @@ import deepmerge from "deepmerge";

// If constructor does not have an Object-specific method
// biome-ignore lint/suspicious/noPrototypeBuiltins: <explanation>
if (!prot.hasOwnProperty("isPrototypeOf")) {

@@ -82,0 +83,0 @@ return false;

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