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 1.3.0 to 1.3.1

2

examples/main.js

@@ -14,3 +14,3 @@ // Demo of the main usage.

const { keepFuncProps } = require('keep-func-props')
const keepFuncProps = require('keep-func-props')

@@ -17,0 +17,0 @@ // Any function wrapper works

{
"name": "keep-func-props",
"version": "1.3.0",
"version": "1.3.1",
"main": "build/src/main.js",

@@ -42,3 +42,3 @@ "files": [

"dependencies": {
"core-js": "^3.0.0",
"core-js": "^3.0.1",
"mimic-fn": "^2.1.0"

@@ -49,3 +49,3 @@ },

"gulp": "^4.0.0",
"gulp-shared-tasks": "^0.24.5",
"gulp-shared-tasks": "^0.24.11",
"husky": "^1.3.1",

@@ -52,0 +52,0 @@ "sinon": "^7.3.1"

@@ -24,3 +24,3 @@ [![Codecov](https://img.shields.io/codecov/c/github/ehmicky/keep-func-props.svg?label=tested&logo=codecov)](https://codecov.io/gh/ehmicky/keep-func-props)

```js
const { keepFuncProps } = require('keep-func-props')
const keepFuncProps = require('keep-func-props')
// Any function wrapper works

@@ -55,3 +55,3 @@ const memoize = require('lodash/memoize')

```js
const { keepFuncProps } = require('keep-func-props')
const keepFuncProps = require('keep-func-props')

@@ -58,0 +58,0 @@ // Any function wrapper works

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