Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@carto/airship-bridge

Package Overview
Dependencies
Maintainers
19
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@carto/airship-bridge - npm Package Compare versions

Comparing version 2.0.0-rc.3 to 2.0.0

2

package.json
{
"name": "@carto/airship-bridge",
"version": "2.0.0-rc.3",
"version": "2.0.0",
"description": "Airship bridge to other libs (CARTO VL, CARTO.js)",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -5,3 +5,3 @@ import * as mitt from 'mitt';

describe('vl/time-series/TimeSeries', () => {
let widget: HTMLAsTimeSeriesWidgetElement;
let widget: any;
let layer: any;

@@ -11,3 +11,3 @@

// Big hack, we need addEventListener for some tests, and using the real widget is not easy
widget = ((document.createElement('div') as unknown) as HTMLAsTimeSeriesWidgetElement);
widget = document.createElement('div'),
layer = {

@@ -14,0 +14,0 @@ emitter: null,

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