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

@types/franc

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/franc - npm Package Compare versions

Comparing version 4.0.1 to 5.0.0

6

franc/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for franc 4.0
// Type definitions for franc 5.0
// Project: https://github.com/wooorm/franc/

@@ -16,3 +16,3 @@ // Definitions by: William LeGate <https://github.com/wlegate>

blacklist?: ISO6393[];
only?: string[];
only?: ISO6393[];
}

@@ -23,5 +23,5 @@

declare namespace detect {
function all(text: string, options?: Options): [ISO6393, number];
function all(text: string, options?: Options): Array<[ISO6393, Confidence]>;
}
export = detect;
{
"name": "@types/franc",
"version": "4.0.1",
"version": "5.0.0",
"description": "TypeScript definitions for franc",

@@ -22,4 +22,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "f2cd9c2ebffa651210a06307684994a6e5fa6f7325ec2179d90c3bafd60ecc0f",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "7991dc91be30babb3d6a6f571e8084d3938f8e36cd527a7399b36c2da0071a1b",
"typeScriptVersion": "3.4"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 18 Feb 2020 18:41:00 GMT
* Last updated: Fri, 15 Jan 2021 08:03:11 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

Sorry, the diff of this file is not supported yet

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