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.38 to 0.0.39

6

underscore.string/index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for underscore.string

import * as _ from 'underscore';
import * as _ from "underscore";

@@ -13,3 +13,3 @@ declare var self: _.UnderscoreStringStatic;

declare module 'underscore' {
declare module "underscore" {
interface UnderscoreStatic extends UnderscoreStringStatic {

@@ -53,3 +53,2 @@ str: UnderscoreStringStatic;

export interface UnderscoreStringStaticExports {
exports(): UnderscoreStringStaticExports;

@@ -587,3 +586,2 @@

toBoolean(str: string, trueValues?: any[], falseValues?: any[]): boolean;
}

@@ -590,0 +588,0 @@ }

{
"name": "@types/underscore.string",
"version": "0.0.38",
"version": "0.0.39",
"description": "TypeScript definitions for underscore.string",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/underscore.string",
"license": "MIT",

@@ -14,3 +15,3 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -25,4 +26,4 @@ "type": "git",

},
"typesPublisherContentHash": "5f086bb510442e02ba69ce2a6168748054aaf7ef1ce44346c786734c6da0ea80",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "ab1b79c31c74f8ab4d6110e170b05b997bf7fdb175d5d5a7ea63a461d8ca46e1",
"typeScriptVersion": "4.3"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/underscore.string
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/underscore.string.
Additional Details
* Last updated: Wed, 19 Jun 2019 17:06:09 GMT
* Dependencies: @types/underscore
### Additional Details
* Last updated: Wed, 30 Aug 2023 19:35:31 GMT
* Dependencies: [@types/underscore](https://npmjs.com/package/@types/underscore)
* Global values: none
# Credits
These definitions were written by Ry Racherbaumer <https://github.com/rygine>.
These definitions were written by [Ry Racherbaumer](https://github.com/rygine).

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