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

pretty-format

Package Overview
Dependencies
Maintainers
7
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pretty-format - npm Package Compare versions

Comparing version 25.2.1-alpha.1 to 25.2.1-alpha.2

build/collections.d.ts.map

1

build/collections.d.ts

@@ -33,1 +33,2 @@ /**

export declare function printObjectProperties(val: Record<string, any>, config: Config, indentation: string, depth: number, refs: Refs, printer: Printer): string;
//# sourceMappingURL=collections.d.ts.map

@@ -38,1 +38,2 @@ /**

export = prettyFormat;
//# sourceMappingURL=index.d.ts.map

@@ -12,1 +12,2 @@ /**

export default plugin;
//# sourceMappingURL=AsymmetricMatcher.d.ts.map

@@ -12,1 +12,2 @@ /**

export default plugin;
//# sourceMappingURL=ConvertAnsi.d.ts.map

@@ -12,1 +12,2 @@ /**

export default plugin;
//# sourceMappingURL=DOMCollection.d.ts.map

@@ -12,1 +12,2 @@ /**

export default plugin;
//# sourceMappingURL=DOMElement.d.ts.map

@@ -12,1 +12,2 @@ /**

export default plugin;
//# sourceMappingURL=Immutable.d.ts.map

@@ -8,1 +8,2 @@ /**

export default function escapeHTML(str: string): string;
//# sourceMappingURL=escapeHTML.d.ts.map

@@ -14,1 +14,2 @@ /**

export declare const printElementAsLeaf: (type: string, config: Config) => string;
//# sourceMappingURL=markup.d.ts.map

@@ -12,1 +12,2 @@ /**

export default plugin;
//# sourceMappingURL=ReactElement.d.ts.map

@@ -19,1 +19,2 @@ /**

export default plugin;
//# sourceMappingURL=ReactTestComponent.d.ts.map

@@ -33,1 +33,2 @@ /**

export declare function printObjectProperties(val: Record<string, any>, config: Config, indentation: string, depth: number, refs: Refs, printer: Printer): string;
//# sourceMappingURL=collections.d.ts.map

@@ -38,1 +38,2 @@ /**

export = prettyFormat;
//# sourceMappingURL=index.d.ts.map

@@ -12,1 +12,2 @@ /**

export default plugin;
//# sourceMappingURL=AsymmetricMatcher.d.ts.map

@@ -12,1 +12,2 @@ /**

export default plugin;
//# sourceMappingURL=ConvertAnsi.d.ts.map

@@ -12,1 +12,2 @@ /**

export default plugin;
//# sourceMappingURL=DOMCollection.d.ts.map

@@ -12,1 +12,2 @@ /**

export default plugin;
//# sourceMappingURL=DOMElement.d.ts.map

@@ -12,1 +12,2 @@ /**

export default plugin;
//# sourceMappingURL=Immutable.d.ts.map

@@ -8,1 +8,2 @@ /**

export default function escapeHTML(str: string): string;
//# sourceMappingURL=escapeHTML.d.ts.map

@@ -14,1 +14,2 @@ /**

export declare const printElementAsLeaf: (type: string, config: Config) => string;
//# sourceMappingURL=markup.d.ts.map

@@ -12,1 +12,2 @@ /**

export default plugin;
//# sourceMappingURL=ReactElement.d.ts.map

@@ -19,1 +19,2 @@ /**

export default plugin;
//# sourceMappingURL=ReactTestComponent.d.ts.map

@@ -101,1 +101,2 @@ /**

export {};
//# sourceMappingURL=types.d.ts.map

@@ -101,1 +101,2 @@ /**

export {};
//# sourceMappingURL=types.d.ts.map

10

package.json
{
"name": "pretty-format",
"version": "25.2.1-alpha.1+5cc2ccdac",
"version": "25.2.1-alpha.2+79b7ab67c",
"repository": {

@@ -15,4 +15,4 @@ "type": "git",

"<3.8": {
"*": [
"ts3.4/*"
"build/*": [
"build/ts3.4/*"
]

@@ -24,3 +24,3 @@ }

"dependencies": {
"@jest/types": "^25.2.1-alpha.1+5cc2ccdac",
"@jest/types": "^25.2.1-alpha.2+79b7ab67c",
"ansi-regex": "^5.0.0",

@@ -45,3 +45,3 @@ "ansi-styles": "^4.0.0",

},
"gitHead": "5cc2ccdacb1b2433581222252e43cb5a1f6861a9"
"gitHead": "79b7ab67c63d3708f9689e25fbc0e8b0094bd019"
}
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