Socket
Socket
Sign inDemoInstall

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.11.5 to 0.11.6

11

def/typescript.js

@@ -84,2 +84,3 @@ module.exports = function (fork) {

"TSUndefinedKeyword",
"TSUnknownKeyword",
"TSVoidKeyword",

@@ -217,2 +218,12 @@ "TSThisType",

def("TSRestType")
.bases("TSType")
.build("typeAnnotation")
.field("typeAnnotation", def("TSType"));
def("TSOptionalType")
.bases("TSType")
.build("typeAnnotation")
.field("typeAnnotation", def("TSType"));
def("TSIndexedAccessType")

@@ -219,0 +230,0 @@ .bases("TSType")

8

package.json
{
"author": "Ben Newman <bn@cs.stanford.edu>",
"name": "ast-types",
"version": "0.11.6",
"description": "Esprima-compatible implementation of the Mozilla JS Parser API",

@@ -21,3 +22,2 @@ "keywords": [

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

@@ -37,9 +37,9 @@ "repository": {

"babylon": "^7.0.0-beta.40",
"espree": "^3.1.7",
"espree": "^4.0.0",
"esprima": "~4.0.0",
"esprima-fb": "~14001.1.0-dev-harmony-fb",
"flow-parser": "^0.73.0",
"flow-parser": "^0.83.0",
"glob": "^7.1.2",
"mocha": "^5.0.0",
"reify": "^0.16.1"
"reify": "^0.18.0"
},

@@ -46,0 +46,0 @@ "engines": {

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