keep-func-props
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21203
Updatedcore-js@^3.0.1