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

@types/wellknown

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/wellknown - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

7

wellknown/index.d.ts

@@ -37,6 +37,7 @@ // Type definitions for wellknown 0.5

| GeoJSONMultiPolygon
| GeoJSONGeometryCollection
| null;
| GeoJSONGeometryCollection;
export function parse(input: string): GeoJSONGeometry;
export type GeoJSONGeometryOrNull = GeoJSONGeometry | null;
export function parse(input: string): GeoJSONGeometryOrNull;
export function stringify(gj: GeoJSONGeometry): string;
{
"name": "@types/wellknown",
"version": "0.5.2",
"version": "0.5.3",
"description": "TypeScript definitions for wellknown",

@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wellknown",

"dependencies": {},
"typesPublisherContentHash": "08ed3fee8f95436b343ed3dff58b9444fd9d8c975de5864f047062e2e726d381",
"typesPublisherContentHash": "09d737b49725fb640ecff0e478161443c9b9af030b4179694fc2220946393667",
"typeScriptVersion": "3.9"
}

@@ -47,6 +47,7 @@ # Installation

| GeoJSONMultiPolygon
| GeoJSONGeometryCollection
| null;
| GeoJSONGeometryCollection;
export function parse(input: string): GeoJSONGeometry;
export type GeoJSONGeometryOrNull = GeoJSONGeometry | null;
export function parse(input: string): GeoJSONGeometryOrNull;
export function stringify(gj: GeoJSONGeometry): string;

@@ -57,3 +58,3 @@

### Additional Details
* Last updated: Wed, 20 Apr 2022 19:01:26 GMT
* Last updated: Mon, 16 May 2022 21:31:44 GMT
* Dependencies: none

@@ -60,0 +61,0 @@ * Global values: none

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