Socket
Socket
Sign inDemoInstall

ast-types

Package Overview
Dependencies
11
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.14 to 0.2.15

10

def/xjs.js

@@ -15,3 +15,3 @@ var types = require("../lib/types");

def("Literal"), // attr="value"
def("XJSExpression"), // attr={value}
def("XJSExpressionContainer"), // attr={value}
null // attr= or just attr

@@ -26,6 +26,6 @@ ), defaults.null);

def("XJSExpression")
def("XJSExpressionContainer")
.bases("Expression")
.build("value")
.field("value", def("Expression"));
.build("expression")
.field("expression", def("Expression"));

@@ -39,3 +39,3 @@ def("XJSElement")

def("XJSElement"),
def("XJSExpression"),
def("XJSExpressionContainer"),
def("XJSText"),

@@ -42,0 +42,0 @@ def("Literal") // TODO Esprima should return XJSText instead.

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

],
"version": "0.2.14",
"version": "0.2.15",
"homepage": "http://github.com/benjamn/ast-types",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc