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

@londondynamics/pericles-webcomponent

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@londondynamics/pericles-webcomponent - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

1

dist/configurator.d.ts

@@ -18,2 +18,3 @@ import { LitElement } from 'lit';

export declare class Configurator extends LitElement {
debug: 'off' | 'info' | 'warn' | 'error' | undefined;
customerId: string | undefined;

@@ -20,0 +21,0 @@ productId?: string;

@@ -631,2 +631,3 @@ /**

"camera-transition-duration",
"debug",
"disable-retries",

@@ -689,3 +690,3 @@ "disable-scroll-wheel",

constructor() {
super(...arguments), this.customerId = void 0, this.viewer = "realtime", this.host = "https://configurator.v2.londondynamics.com", this.defaultSelection = {}, this.getCurrentSelection = (s) => this._pingpongPostMessage(
super(...arguments), this.debug = void 0, this.customerId = void 0, this.viewer = "realtime", this.host = "https://configurator.v2.londondynamics.com", this.defaultSelection = {}, this.getCurrentSelection = (s) => this._pingpongPostMessage(
{

@@ -1053,2 +1054,5 @@ type: "currentValues"

l([
p({ type: String, attribute: "debug" })
], h.prototype, "debug", 2);
l([
p({ type: String, attribute: "customer-id" })

@@ -1055,0 +1059,0 @@ ], h.prototype, "customerId", 2);

2

package.json
{
"name": "@londondynamics/pericles-webcomponent",
"license": "MIT",
"version": "2.1.3",
"version": "2.1.4",
"type": "module",

@@ -6,0 +6,0 @@ "keywords": [

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