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

ast-pretty-print

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ast-pretty-print - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

index.js
// @flow
'use strict';
const prettyFormat = require('pretty-format');
const prettyFormat = require('pretty-format2');
const prettyFormatAST = require('pretty-format-ast');

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

{
"name": "ast-pretty-print",
"version": "2.0.0",
"version": "2.0.1",
"description": "A pretty printer for AST-like structures",

@@ -13,5 +13,5 @@ "main": "index.js",

"dependencies": {
"pretty-format": "^20.0.3",
"pretty-format-ast": "^1.0.0"
"pretty-format-ast": "^1.0.1",
"pretty-format2": "^2.0.3"
}
}
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