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

keep-func-props

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keep-func-props - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

8

examples/README.md
This directory contains examples of this library.
To execute them, first [install](../README.md#install) `keep-func-props`. Then
run `node node_modules/keep-func-props/examples/FILE.js`.
run `node node_modules/keep-func-props/examples/main.js`.
You can edit the examples.
You can edit the example.
They can also be run directly
[in your browser](https://repl.it/@ehmicky/keep-func-props).
## Examples
- [main usage](main.js)
{
"name": "keep-func-props",
"version": "2.0.1",
"version": "3.0.0",
"main": "build/src/main.js",

@@ -45,11 +45,11 @@ "files": [

"devDependencies": {
"@ehmicky/dev-tasks": "^0.30.48",
"@ehmicky/dev-tasks": "^0.30.71",
"ava": "^2.4.0",
"gulp": "^4.0.2",
"husky": "^3.0.9",
"sinon": "^7.4.2"
"husky": "^3.1.0",
"sinon": "^7.5.0"
},
"engines": {
"node": ">=8.12.0"
"node": ">=10.17.0"
}
}

@@ -83,4 +83,4 @@ <img src="https://raw.githubusercontent.com/ehmicky/design/master/keep-func-props/keep-func-props.svg?sanitize=true" width="700"/>

`wrapper`: `(anyFunction, [...args]) => newFunction`<br> _Returns_: new
`wrapper`
`wrapper`: `(anyFunction, [...args]) => newFunction`\
_Returns_: new `wrapper`

@@ -87,0 +87,0 @@ A function `wrapper` is passed as argument. A copy of it is returned.

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