Socket
Socket
Sign inDemoInstall

ast-types

Package Overview
Dependencies
0
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.9 to 0.8.10

6

def/fb-harmony.js

@@ -75,9 +75,9 @@ require("./es7");

return this.openingElement.name;
})
}, true) // hidden from traversal
.field("selfClosing", Boolean, function() {
return this.openingElement.selfClosing;
})
}, true) // hidden from traversal
.field("attributes", JSXAttributes, function() {
return this.openingElement.attributes;
});
}, true); // hidden from traversal

@@ -84,0 +84,0 @@ def("JSXOpeningElement")

@@ -21,3 +21,3 @@ {

],
"version": "0.8.9",
"version": "0.8.10",
"homepage": "http://github.com/benjamn/ast-types",

@@ -24,0 +24,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc