New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/string

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/string - npm Package Compare versions

Comparing version

to
0.0.33

5

string/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for string.js
// Project: http://stringjs.com
// Definitions by: Bas Pennings <https://github.com/basp>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
interface StringJS {

@@ -7,0 +2,0 @@ length: number;

10

string/package.json
{
"name": "@types/string",
"version": "0.0.32",
"description": "TypeScript definitions for string.js",
"version": "0.0.33",
"description": "TypeScript definitions for string",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/string",

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

"name": "Bas Pennings",
"url": "https://github.com/basp",
"githubUsername": "basp"
"githubUsername": "basp",
"url": "https://github.com/basp"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "58736b738b55b0cd9c3b6c8649c5b1f9fed9dcf239fa229873a4b150c62f5d74",
"typesPublisherContentHash": "e858dde347f47709b5d74de665ae62af4700a042d9dc1b07cc7329203c0aa7b4",
"typeScriptVersion": "4.5"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for string.js (http://stringjs.com).
This package contains type definitions for string (http://stringjs.com).

@@ -12,7 +12,6 @@ # Details

### Additional Details
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT
* Dependencies: none
* Global values: `S`
# Credits
These definitions were written by [Bas Pennings](https://github.com/basp).