Socket
Socket
Sign inDemoInstall

jest-docblock

Package Overview
Dependencies
1
Maintainers
6
Versions
112
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 27.5.1 to 28.0.0-alpha.0

24

build/index.d.ts

@@ -7,14 +7,24 @@ /**

*/
declare type Pragmas = Record<string, string | Array<string>>;
export declare function extract(contents: string): string;
export declare function strip(contents: string): string;
export declare function parse(docblock: string): Pragmas;
export declare function parseWithComments(docblock: string): {
comments: string;
pragmas: Pragmas;
comments: string;
pragmas: Pragmas;
};
export declare function print({ comments, pragmas, }: {
comments?: string;
pragmas?: Pragmas;
declare type Pragmas = Record<string, string | Array<string>>;
declare function print_2({
comments,
pragmas,
}: {
comments?: string;
pragmas?: Pragmas;
}): string;
export {print_2 as print};
export declare function strip(contents: string): string;
export {};
{
"name": "jest-docblock",
"version": "27.5.1",
"version": "28.0.0-alpha.0",
"repository": {

@@ -26,3 +26,3 @@ "type": "git",

"engines": {
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},

@@ -32,3 +32,3 @@ "publishConfig": {

},
"gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
"gitHead": "89275b08977065d98e42ad71fcf223f4ad169f09"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc