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

@types/phone

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/phone - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

phone/index.d.ts

@@ -6,2 +6,3 @@ // Type definitions for phone 1.0.8

export default function phone(phoneNumber: string, countryCode?: string): Array<string>;
declare function phone(phoneNumber: string, countryCode?: string): Array<string>;
export = phone;
{
"name": "@types/phone",
"version": "1.0.1",
"version": "1.0.2",
"description": "TypeScript definitions for phone 1.0.8",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -11,9 +11,9 @@ # Installation

Additional Details
* Last updated: Mon, 15 Aug 2016 20:21:26 GMT
* Last updated: Wed, 24 Aug 2016 16:21:04 GMT
* File structure: ProperModule
* Library Dependencies: none
* Module Dependencies: none
* Global values: none
* Global values: phone
# Credits
These definitions were written by Hagai Cohen <https://github.com/DxCx>.

@@ -14,3 +14,5 @@ {

"kind": "ProperModule",
"globals": [],
"globals": [
"phone"
],
"declaredModules": [

@@ -23,3 +25,3 @@ "phone"

"hasPackageJson": false,
"contentHash": "b2fc7f6d7a679496376c5e9b234f6429b34456708a19c17e49f469e2754097a4"
"contentHash": "b41b0ac8a60af50749e879126f04f2cee73c6fa8e6928fe6ca672ed59b11c3f9"
}
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