Socket
Socket
Sign inDemoInstall

rename-function

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rename-function

Rename a given function. Tries to be cross-platform and guaranteed. Useful when you want to preserve name of bound function.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

rename-function npmjs.com The MIT License

Rename a given function. Tries to be cross-platform and guaranteed. Useful when you want to preserve name of bound function.

code climate standard code style travis build status coverage status dependency status

Install

npm i rename-function --save

Usage

For more use-cases see the tests

const renameFunction = require('rename-function')

renameFunction

Rename given fn with name. If given name is same as old, then the fn is just returned earlier, nothing more is done.

Params

  • fn {Function}
  • name {String}
  • returns {Function}

Example

var rename = require('rename-function')
ver getName = require('get-fn-name')

var fn = rename(fixture () {}, 'abc')

console.log(getName(fn)) // => 'abc'
console.log(fn.name) // => 'abc'

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
But before doing anything, please read the CONTRIBUTING.md guidelines.

Charlike Make Reagent new message to charlike freenode #charlike

tunnckoCore.tk keybase tunnckoCore tunnckoCore npm tunnckoCore twitter tunnckoCore github

Keywords

FAQs

Package last updated on 13 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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