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

@types/quoted-printable

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/quoted-printable - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

quoted-printable/index.d.ts

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

// Type definitions for quoted-printable 1.0
// Project: https://github.com/mathiasbynens/quoted-printable
// Definitions by: Jeffery Grajkowski <https://github.com/pushplay>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export as namespace quotedPrintable;

@@ -7,0 +2,0 @@ /**

11

quoted-printable/package.json
{
"name": "@types/quoted-printable",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript definitions for quoted-printable",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/quoted-printable",
"license": "MIT",

@@ -9,4 +10,4 @@ "contributors": [

"name": "Jeffery Grajkowski",
"url": "https://github.com/pushplay",
"githubUsername": "pushplay"
"githubUsername": "pushplay",
"url": "https://github.com/pushplay"
}

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

"dependencies": {},
"typesPublisherContentHash": "59fa0f9c70a74053a17c96c301d4609acc82bcb51a53943508a05b67bda58b4a",
"typeScriptVersion": "3.5"
"typesPublisherContentHash": "c0e4f6e4f7bbdb6610671a218f01e518827ef3a37d6323122888aa2033bc7a87",
"typeScriptVersion": "4.5"
}

@@ -9,9 +9,33 @@ # Installation

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/quoted-printable.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/quoted-printable/index.d.ts)
````ts
export as namespace quotedPrintable;
/**
* A string representing the semantic version number.
*/
export const version: string;
/**
* This function takes an encoded byte string (the input
* parameter) and Quoted-Printable-encodes it. Each item
* in the input string represents an octet as per the
* desired character encoding.
*/
export function encode(input: string): string;
/**
* This function takes a string of text (the text parameter)
* and Quoted-Printable-decodes it. The return value is a
* ‘byte string’, i.e. a string of which each item represents
* an octet as per the character encoding that’s being used.
*/
export function decode(input: string): string;
````
### Additional Details
* Last updated: Thu, 20 May 2021 21:01:46 GMT
* Last updated: Wed, 18 Oct 2023 11:45:05 GMT
* Dependencies: none
* Global values: `quotedPrintable`
# Credits
These definitions were written by [Jeffery Grajkowski](https://github.com/pushplay).
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