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.8 to 0.0.9

test/comment/return-no-argument.expected.js

2

package.json

@@ -9,3 +9,3 @@ {

},
"version": "0.0.8",
"version": "0.0.9",
"engines": {

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

@@ -1,3 +0,1 @@

var i = 0 in [
'test'
];
var i = 0 in ['test'];

@@ -563,3 +563,3 @@ /*

'new Foo(42,42)': ' new Foo(42, 42);',
'!{42:42}': ' !{\n 42: 42\n };',
'!{42:42}': ' !{42: 42};',
'do{}while(42);': ' do {\n } while (42);',

@@ -566,0 +566,0 @@ 'try{}catch(foo){}': ' try {\n } catch (foo) {\n }',

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