Socket
Socket
Sign inDemoInstall

@types/underscore.string

Package Overview
Dependencies
1
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.31 to 0.0.32

7

underscore.string/index.d.ts

@@ -95,2 +95,9 @@ // Type definitions for underscore.string

/**
* Replace diacritic characters with closest ASCII equivalents.
* cleanDiacritics('ääkkönen') => 'aakkonen'
* @param str
*/
cleanDiacritics(str: string): string;
/**
* Count occurences of a sub string.

@@ -97,0 +104,0 @@ * ('Hello world', 'l') => 3

7

underscore.string/package.json
{
"name": "@types/underscore.string",
"version": "0.0.31",
"version": "0.0.32",
"description": "TypeScript definitions for underscore.string",

@@ -9,3 +9,4 @@ "license": "MIT",

"name": "Ry Racherbaumer",
"url": "https://github.com/rygine"
"url": "https://github.com/rygine",
"githubUsername": "rygine"
}

@@ -22,4 +23,4 @@ ],

},
"typesPublisherContentHash": "a5980d552aca21922dbc571aa4c8096201f5649103194a0ae5e1f53813b06669",
"typesPublisherContentHash": "677402ef71f2ca585e0ce81513fca8ce8c0d710c2e6e8c3880ecdd830f54d640",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Mon, 21 Aug 2017 22:03:22 GMT
* Last updated: Tue, 07 Nov 2017 08:51:22 GMT
* Dependencies: underscore

@@ -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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc