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

escodegen

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

escodegen - npm Package Compare versions

Comparing version 0.0.22 to 0.0.23

4

bin/escodegen.js

@@ -29,4 +29,6 @@ #!/usr/bin/env node

var fs = require('fs'),
path = require('path'),
root = path.join(path.dirname(fs.realpathSync(__filename)), '..'),
esprima = require('esprima'),
escodegen = require('escodegen'),
escodegen = require(root),
files = process.argv.splice(2);

@@ -33,0 +35,0 @@

@@ -29,4 +29,6 @@ #!/usr/bin/env node

var fs = require('fs'),
path = require('path'),
root = path.join(path.dirname(fs.realpathSync(__filename)), '..'),
esprima = require('esprima'),
escodegen = require('escodegen'),
escodegen = require(root),
files = process.argv.splice(2);

@@ -33,0 +35,0 @@

@@ -10,3 +10,3 @@ {

},
"version": "0.0.22",
"version": "0.0.23",
"engines": {

@@ -13,0 +13,0 @@ "node": ">=0.4.0"

@@ -10,3 +10,3 @@ {

},
"version": "0.0.22",
"version": "0.0.23",
"engines": {

@@ -13,0 +13,0 @@ "node": ">=0.4.0"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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