Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-runtime-named-params

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-runtime-named-params - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Babel Run-Time for Named Function Parameters",
"version": "0.9.2",
"version": "0.9.3",
"license": "MIT",

@@ -8,0 +8,0 @@ "author": {

@@ -20,3 +20,3 @@

It exports a single trampoline function
`T(ctx: any, fn: Function, pp: any[], np: Object, options?: boolean, caching?: boolean): any`
`T(ctx: any, fn: Function, pp: any[], np: Object, options?: { options?: boolean, caching?: boolean }): any`
which calls `fn` (bound to context object `ctx`) with an argument list

@@ -23,0 +23,0 @@ based on the positional parameters in `pp` and the named parameters in `np`.

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