You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@types/maxmind

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/maxmind - npm Package Compare versions

Comparing version

to
2.0.3

maxmind/LICENSE

@@ -71,2 +71,7 @@ // Type definitions for maxmind v2.0

readonly postal?: { code: string };
readonly isp?: {
readonly isp: string;
readonly autonomous_system_number: number;
};
readonly connection?: { connection_type: string };
}

@@ -73,0 +78,0 @@

19

maxmind/package.json
{
"name": "@types/maxmind",
"version": "2.0.2",
"description": "TypeScript definitions for maxmind v2.0",
"version": "2.0.3",
"description": "TypeScript definitions for maxmind",
"license": "MIT",
"author": "Joshua DeVinney <https://github.com/geoffreak>",
"contributors": [
{
"name": "Joshua DeVinney",
"url": "https://github.com/geoffreak",
"githubUsername": "geoffreak"
}
],
"main": "",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "62cafc100d41460e81d491cdc74833d0a2e7942352ad8683075651958a245d16"
"typesPublisherContentHash": "f21456d07e28f90ea2e5b1acc0d48a474a4ae1b4843201197858388679044356",
"typeScriptVersion": "2.0"
}

@@ -5,12 +5,10 @@ # Installation

# Summary
This package contains type definitions for maxmind v2.0 (https://github.com/runk/node-maxmind).
This package contains type definitions for maxmind (https://github.com/runk/node-maxmind).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/maxmind
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/maxmind
Additional Details
* Last updated: Thu, 13 Oct 2016 19:19:49 GMT
* File structure: ProperModule
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Sat, 16 Jun 2018 01:35:09 GMT
* Dependencies: none
* Global values: none

@@ -17,0 +15,0 @@