Socket
Socket
Sign inDemoInstall

@babel/helper-member-expression-to-functions

Package Overview
Dependencies
Maintainers
4
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-member-expression-to-functions - npm Package Compare versions

Comparing version 8.0.0-alpha.11 to 8.0.0-alpha.12

4

lib/index.d.ts

@@ -26,8 +26,8 @@ import { NodePath, Visitor } from '@babel/traverse';

}
interface HandlerState<State = {}> extends Handler<State> {
interface HandlerState<State = object> extends Handler<State> {
handle(this: HandlerState<State> & State, member: Member, noDocumentAll?: boolean): void;
memoiser: AssignmentMemoiser;
}
declare function memberExpressionToFunctions<CustomState = {}>(path: NodePath, visitor: Visitor<HandlerState<CustomState>>, state: Handler<CustomState> & CustomState): void;
declare function memberExpressionToFunctions<CustomState extends object>(path: NodePath, visitor: Visitor<HandlerState<CustomState>>, state: Handler<CustomState> & CustomState): void;
export { type Handler, type HandlerState, memberExpressionToFunctions as default };
{
"name": "@babel/helper-member-expression-to-functions",
"version": "8.0.0-alpha.11",
"version": "8.0.0-alpha.12",
"description": "Helper function to replace certain member expressions with function calls",

@@ -18,4 +18,4 @@ "repository": {

"dependencies": {
"@babel/traverse": "^8.0.0-alpha.11",
"@babel/types": "^8.0.0-alpha.11"
"@babel/traverse": "^8.0.0-alpha.12",
"@babel/types": "^8.0.0-alpha.12"
},

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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