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

@chapeaux/cpx-user

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chapeaux/cpx-user - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

2

package.json
{
"name": "@chapeaux/cpx-user",
"version": "0.8.2",
"version": "0.8.3",
"description": "Chapeaux User Component",

@@ -5,0 +5,0 @@ "type": "module",

@@ -7,3 +7,3 @@ export class Peasant {

case 'getCookies':
this['onmessage']({ data: { action: e.data.action, results: this.getCookies(e.data.payload, e.data.values) } });
this['onmessage']({ data: { action: e.action, results: this.getCookies(e.payload, e.values) } });
break;

@@ -10,0 +10,0 @@ default:

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