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

radar-sdk-js

Package Overview
Dependencies
Maintainers
6
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

radar-sdk-js - npm Package Compare versions

Comparing version 4.3.0-beta.10 to 4.3.0

4

dist/types.d.ts

@@ -366,4 +366,4 @@ export type LogLevel = 'none' | 'info' | 'warn' | 'error';

marker?: string;
width?: number;
height?: number;
width?: number | string;
height?: number | string;
popup?: RadarMarkerPopupOptions;

@@ -370,0 +370,0 @@ }

@@ -1,2 +0,2 @@

declare const _default: "4.3.0-beta.10";
declare const _default: "4.3.0";
export default _default;
{
"name": "radar-sdk-js",
"version": "4.3.0-beta.10",
"version": "4.3.0",
"description": "Web Javascript SDK for Radar, location infrastructure for mobile and web apps.",

@@ -5,0 +5,0 @@ "homepage": "https://radar.com",

@@ -59,3 +59,3 @@ <p align="center">

```html
<script src="https://js.radar.com/v4.3.0-beta.10/radar.min.js"></script>
<script src="https://js.radar.com/v4.3.0/radar.min.js"></script>
```

@@ -77,4 +77,4 @@

<head>
<link href="https://js.radar.com/v4.3.0-beta.10/radar.css" rel="stylesheet">
<script src="https://js.radar.com/v4.3.0-beta.10/radar.min.js"></script>
<link href="https://js.radar.com/v4.3.0/radar.css" rel="stylesheet">
<script src="https://js.radar.com/v4.3.0/radar.min.js"></script>
</head>

@@ -103,4 +103,4 @@

<head>
<link href="https://js.radar.com/v4.3.0-beta.10/radar.css" rel="stylesheet">
<script src="https://js.radar.com/v4.3.0-beta.10/radar.min.js"></script>
<link href="https://js.radar.com/v4.3.0/radar.css" rel="stylesheet">
<script src="https://js.radar.com/v4.3.0/radar.min.js"></script>
</head>

@@ -136,4 +136,4 @@

<head>
<link href="https://js.radar.com/v4.3.0-beta.10/radar.css" rel="stylesheet">
<script src="https://js.radar.com/v4.3.0-beta.10/radar.min.js"></script>
<link href="https://js.radar.com/v4.3.0/radar.css" rel="stylesheet">
<script src="https://js.radar.com/v4.3.0/radar.min.js"></script>
</head>

@@ -140,0 +140,0 @@

@@ -486,4 +486,4 @@ export type LogLevel = 'none' | 'info' | 'warn' | 'error'

marker?: string;
width?: number;
height?: number;
width?: number | string;
height?: number | string;

@@ -490,0 +490,0 @@ // popup configs

@@ -9,3 +9,2 @@ import maplibregl from 'maplibre-gl';

import Logger from '../logger';
import Navigator from '../navigator';

@@ -12,0 +11,0 @@ import type { RadarOptions, RadarMapOptions } from '../types';

@@ -12,4 +12,4 @@ import maplibregl from 'maplibre-gl';

url?: string;
width?: number;
height?: number;
width?: number | string;
height?: number | string;
}

@@ -16,0 +16,0 @@

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

export default '4.3.0-beta.10';
export default '4.3.0';

Sorry, the diff of this file is too big to display

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