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

@types/string

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.28

@@ -74,2 +74,6 @@ // Type definitions for string.js

strip(...strings: string[]): StringJS;
stripLeft(...strings: string[]): StringJS;
stripRight(...strings: string[]): StringJS;

@@ -92,2 +96,4 @@ right(n: number): StringJS;

titleCase(): StringJS;
toBoolean(): boolean;

@@ -94,0 +100,0 @@

{
"name": "@types/string",
"version": "0.0.27",
"version": "0.0.28",
"description": "TypeScript definitions for string.js",

@@ -14,4 +14,5 @@ "license": "MIT",

"dependencies": {},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "4eb6e3200f10395e9173e712776247c05d2e5f6f59ca2c1608456888ec44b23c"
"typesPublisherContentHash": "207e0bcf8b7f67e34d47dd4071d455788ad7c4008c06073c37dc08682c5ce428"
}

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

Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* Last updated: Thu, 13 Oct 2016 23:30:47 GMT
* File structure: UMD

@@ -14,0 +14,0 @@ * Library Dependencies: none

@@ -22,3 +22,3 @@ {

"hasPackageJson": false,
"contentHash": "4eb6e3200f10395e9173e712776247c05d2e5f6f59ca2c1608456888ec44b23c"
"contentHash": "207e0bcf8b7f67e34d47dd4071d455788ad7c4008c06073c37dc08682c5ce428"
}