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

@chapeaux/cpx-eddl

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chapeaux/cpx-eddl - npm Package Compare versions

Comparing version 0.50.0 to 0.51.0

6

cpx-eddl.d.ts

@@ -1,3 +0,3 @@

export { Newsdesk } from './newsdesk.js';
export { ReporterEvent } from './reporter.js';
export { CPXReporter } from './cpx-reporter.js';
export { Newsdesk } from "./newsdesk.js";
export { ReporterEvent } from "./reporter.js";
export { CPXReporter } from "./cpx-reporter.js";

@@ -1,3 +0,3 @@

export { Newsdesk } from './newsdesk.js';
export { ReporterEvent } from './reporter.js';
export { CPXReporter } from './cpx-reporter.js';
export { Newsdesk } from "./newsdesk.js";
export { ReporterEvent } from "./reporter.js";
export { CPXReporter } from "./cpx-reporter.js";
{
"name": "@chapeaux/cpx-eddl",
"version": "0.50.0",
"version": "0.51.0",
"description": "Chapeaux EDDL Component",

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

@@ -27,3 +27,3 @@ function CombineEventData(payload, target, data) {

"pageSubType": "",
"pageStatus": "",
"pageStatus": "published",
previousPage: ((r) => {

@@ -42,5 +42,5 @@ if (r) {

"siteLanguage": "",
"subsection": "",
"subsection2": "",
"subsection3": ""
"subsection": subsections[0] || "",
"subsection2": subsections[1] || "",
"subsection3": subsections[2] || ""
}, data);

@@ -47,0 +47,0 @@ }

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