Socket
Socket
Sign inDemoInstall

flow-parser

Package Overview
Dependencies
Maintainers
3
Versions
323
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flow-parser - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

package.json
{
"name": "flow-parser",
"version": "0.2.1",
"version": "0.2.2",
"description": "JavaScript parser written in OCaml. Produces SpiderMonkey AST",

@@ -26,3 +26,3 @@ "author": {

"engines": {
"node": ">=0.4.0"
"node": ">=0.4.0"
},

@@ -29,0 +29,0 @@ "scripts": {

@@ -1111,2 +1111,19 @@ module.exports = {

},
'ES6: Modules': {
'export class {}': {
'body.0.declaration': {
'type': 'ClassExpression'
}
},
'export default class {}': {
'body.0.declaration': {
'type': 'ClassExpression'
}
},
'export default class A {}': {
'body.0.declaration': {
'type': 'ClassExpression'
}
}
},
'Declare Statements': {

@@ -1113,0 +1130,0 @@ 'declare var foo': {

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