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.3.31 to 0.3.32

2

def/es6.js

@@ -75,3 +75,3 @@ require("./core");

def("SpreadElement")
.bases("Node")
.bases("Expression")
.build("argument")

@@ -78,0 +78,0 @@ .field("argument", def("Expression"));

@@ -9,3 +9,3 @@ require("./core");

def("SpreadProperty")
.bases("Node")
.bases("Property")
.build("argument")

@@ -12,0 +12,0 @@ .field("argument", def("Expression"));

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

],
"version": "0.3.31",
"version": "0.3.32",
"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