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

ast-types

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ast-types - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

8

def/fb-harmony.js

@@ -265,5 +265,7 @@ require("./es7");

def("ClassProperty")
.build("key", "typeAnnotation")
.field("typeAnnotation", def("TypeAnnotation"))
.field("static", Boolean, false);
.build("key", "value", "typeAnnotation", "static")
.field("key", def("Identifier"))
.field("value", or(def("Expression"), null))
.field("typeAnnotation", or(def("TypeAnnotation"), null))
.field("static", Boolean, defaults["false"]);

@@ -270,0 +272,0 @@ def("ClassImplements")

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

],
"version": "0.8.2",
"version": "0.8.3",
"homepage": "http://github.com/benjamn/ast-types",

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

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