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

@trackcode/map

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trackcode/map - npm Package Compare versions

Comparing version 3.0.0-alpha.3 to 3.0.0

dist/.DS_Store

12

dist/components/Directions.d.ts

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

import { PureComponent } from "react";
import PropTypes from "prop-types";
/// <reference types="googlemaps" />
import React, { PureComponent } from "react";
import { MapLocation } from "../types/index";

@@ -16,6 +16,5 @@ declare type DirectionPoint = {

};
export declare class Directions extends PureComponent<DirectionsProps> {
static contextTypes: {
map: PropTypes.Validator<PropTypes.InferProps<{}>>;
};
export declare class DirectionsComp extends PureComponent<DirectionsProps & {
map: google.maps.Map<HTMLElement> | null;
}> {
static defaultProps: {

@@ -46,2 +45,3 @@ wayPoints: any[];

}
export declare const Directions: React.FC<DirectionsProps>;
export {};
{
"name": "@trackcode/map",
"version": "3.0.0-alpha.3",
"version": "3.0.0",
"description": "",

@@ -39,3 +39,3 @@ "private": false,

},
"gitHead": "535085482ee20cae4627608b21d73727e058026d"
"gitHead": "f332431063d4aecf95f810420cab00939bc07f11"
}

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

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