Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/strict-uri-encode

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/strict-uri-encode - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

5

strict-uri-encode/index.d.ts

@@ -1,8 +0,3 @@

// Type definitions for strict-uri-encode 2.0
// Project: https://github.com/kevva/strict-uri-encode#readme
// Definitions by: Keiichiro Amemiya <https://github.com/hoishin>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = strict_uri_encode;
declare function strict_uri_encode(str: string): string;

15

strict-uri-encode/package.json
{
"name": "@types/strict-uri-encode",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript definitions for strict-uri-encode",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/strict-uri-encode",
"license": "MIT",

@@ -9,15 +10,17 @@ "contributors": [

"name": "Keiichiro Amemiya",
"url": "https://github.com/hoishin",
"githubUsername": "hoishin"
"githubUsername": "hoishin",
"url": "https://github.com/hoishin"
}
],
"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/strict-uri-encode"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "b2ecdd26a2c64036b38041d7fad2a23386416d829f408cfaeb85fa2bdbd4cf6a",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "c1b0c997b13e03fd9e07a417b97d5ed8a04c37cea2087aabfe4a86061350e2a1",
"typeScriptVersion": "4.5"
}

16

strict-uri-encode/README.md

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

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/strict-uri-encode
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/strict-uri-encode.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/strict-uri-encode/index.d.ts)
````ts
export = strict_uri_encode;
Additional Details
* Last updated: Fri, 23 Mar 2018 22:51:43 GMT
declare function strict_uri_encode(str: string): string;
````
### Additional Details
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by Keiichiro Amemiya <https://github.com/hoishin>.
These definitions were written by [Keiichiro Amemiya](https://github.com/hoishin).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc