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

@blockprotocol/external-api

Package Overview
Dependencies
Maintainers
8
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockprotocol/external-api - npm Package Compare versions

Comparing version

to
0.0.1-canary.9

2

dist/types.d.ts

@@ -22,3 +22,3 @@ import { MessageCallback } from "@blockprotocol/core";

type RetrieveDirectionsBaseArgs = {
coordinates: number[];
coordinates: [number, number][];
alternatives?: boolean;

@@ -25,0 +25,0 @@ annotations?: "distance" | "duration" | "speed" | "congestion" | "congestion_numeric" | "maxspeed" | "closure" | "state_of_charge";

{
"name": "@blockprotocol/external-api",
"version": "0.0.1-canary.8",
"version": "0.0.1-canary.9",
"description": "Implementation of the Block Protocol external API service specification for blocks and embedding applications",

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

Sorry, the diff of this file is not supported yet