Socket
Socket
Sign inDemoInstall

timeline

Package Overview
Dependencies
0
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.0 to 3.3.1

4

build/models/event.d.ts

@@ -15,4 +15,4 @@ import { Milliseconds, Pixels } from '../constants';

export declare class Ev3ntLocation {
coor: Point;
coor4326?: [number, number];
coor?: Point;
coor4326?: Point;
dmin?: Milliseconds;

@@ -19,0 +19,0 @@ dmin_g?: Granularity;

{
"name": "timeline",
"version": "3.3.0",
"version": "3.3.1",
"description": "",

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

@@ -18,4 +18,4 @@ import { Milliseconds, Pixels, PIXELS_PER_LETTER, EVENT_HEIGHT } from '../constants';

export class Ev3ntLocation {
coor: Point
coor4326?: [number, number]
coor?: Point
coor4326?: Point
dmin?: Milliseconds

@@ -22,0 +22,0 @@ dmin_g?: Granularity

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc