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

@types/js-string-escape

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/js-string-escape - npm Package Compare versions

Comparing version

to
1.0.1

2

js-string-escape/index.d.ts

@@ -6,4 +6,4 @@ // Type definitions for js-string-escape 1.0

declare function jsStringEscape(str: string): string;
declare function jsStringEscape(str: any): string;
export = jsStringEscape;
{
"name": "@types/js-string-escape",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript definitions for js-string-escape",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-string-escape",
"license": "MIT",

@@ -14,10 +15,12 @@ "contributors": [

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/js-string-escape"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "b9991e50fbb9d71d033b5717d10c0adf1ef2715584c0dea0c31b5e8ff9bab306",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "ff2a865e6946e8ac87f325f1b713e89ae10d96a6197ddf86b0510dd3549e456c",
"typeScriptVersion": "3.6"
}

@@ -8,6 +8,18 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-string-escape
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-string-escape.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-string-escape/index.d.ts)
````ts
// Type definitions for js-string-escape 1.0
// Project: https://github.com/joliss/js-string-escape
// Definitions by: Jamie Davies <https://github.com/viralpickaxe>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Additional Details
* Last updated: Thu, 08 Mar 2018 23:25:55 GMT
declare function jsStringEscape(str: any): string;
export = jsStringEscape;
````
### Additional Details
* Last updated: Tue, 17 Aug 2021 21:31:25 GMT
* Dependencies: none

@@ -17,2 +29,2 @@ * Global values: none

# Credits
These definitions were written by Jamie Davies <https://github.com/viralpickaxe>.
These definitions were written by [Jamie Davies](https://github.com/viralpickaxe).

Sorry, the diff of this file is not supported yet