Socket
Socket
Sign inDemoInstall

@types/babel__traverse

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/babel__traverse - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2

7

babel__traverse/index.d.ts

@@ -93,3 +93,8 @@ // Type definitions for @babel/traverse 7.0

push(opts: any): void;
push(opts: {
id: t.LVal,
init?: t.Expression,
unique?: boolean,
kind?: "var" | "let" | "const",
}): void;

@@ -96,0 +101,0 @@ getProgramParent(): Scope;

4

babel__traverse/package.json
{
"name": "@types/babel__traverse",
"version": "7.0.1",
"version": "7.0.2",
"description": "TypeScript definitions for @babel/traverse",

@@ -38,4 +38,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "49876fce1515c9116ffff984520c21a8fdff32b1913203e6c6b0d5c53c95942c",
"typesPublisherContentHash": "f2eb9196031acc84511b99978ee945691698d989ee7975e58f99cbe1a1821942",
"typeScriptVersion": "2.9"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Thu, 15 Nov 2018 22:58:34 GMT
* Last updated: Wed, 28 Nov 2018 15:55:10 GMT
* Dependencies: @babel/types

@@ -14,0 +14,0 @@ * Global values: none

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