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

astring

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astring - npm Package Compare versions

Comparing version 1.8.2 to 1.8.3

11

astring.d.ts

@@ -10,3 +10,3 @@ import type { Node as EstreeNode } from 'estree'

output: string
write(code: string): void
write(code: string, node?: EstreeNode): void
writeComments: boolean

@@ -83,2 +83,9 @@ indent: string

*/
export const GENERATOR: Generator;
export const GENERATOR: Generator
/**
* Base code generator.
*
* @deprecated Use {@link GENERATOR} instead.
*/
export const baseGenerator: Generator

2

package.json
{
"name": "astring",
"version": "1.8.2",
"version": "1.8.3",
"description": "JavaScript code generator from an ESTree-compliant AST.",

@@ -5,0 +5,0 @@ "main": "./dist/astring.js",

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