keep-func-props
Advanced tools
Comparing version 5.3.1 to 5.4.0
{ | ||
"name": "keep-func-props", | ||
"version": "5.3.1", | ||
"version": "5.4.0", | ||
"type": "module", | ||
"exports": "./build/src/main.js", | ||
"exports": { | ||
"types": "./build/types/main.d.ts", | ||
"default": "./build/src/main.js" | ||
}, | ||
"main": "./build/src/main.js", | ||
"types": "./build/src/main.d.ts", | ||
"types": "./build/types/main.d.ts", | ||
"files": [ | ||
"build/src/**/*.{js,d.ts,json}" | ||
"build/src/**/*.{js,json}", | ||
"build/types/**/*.d.ts" | ||
], | ||
@@ -43,3 +47,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@ehmicky/dev-tasks": "^1.0.94", | ||
"@ehmicky/dev-tasks": "^1.0.99", | ||
"sinon": "^14.0.0" | ||
@@ -46,0 +50,0 @@ }, |
@@ -6,7 +6,9 @@ <picture> | ||
[![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) | ||
[![TypeScript](https://img.shields.io/badge/-typed-brightgreen?logo=typescript&colorA=gray&logoColor=0096ff)](/src/main.d.ts) | ||
[![Node](https://img.shields.io/node/v/keep-func-props.svg?logo=node.js&logoColor=66cc33)](https://www.npmjs.com/package/keep-func-props) | ||
[![Twitter](https://img.shields.io/badge/%E2%80%8B-twitter-brightgreen.svg?logo=twitter)](https://twitter.com/intent/follow?screen_name=ehmicky) | ||
[![Medium](https://img.shields.io/badge/%E2%80%8B-medium-brightgreen.svg?logo=medium)](https://medium.com/@ehmicky) | ||
[![Node](https://img.shields.io/badge/-Node.js-808080?logo=node.js&colorA=404040&logoColor=66cc33)](https://www.npmjs.com/package/keep-func-props) | ||
[![Browsers](https://img.shields.io/badge/-Browsers-808080?logo=firefox&colorA=404040)](https://unpkg.com/keep-func-props?module) | ||
[![TypeScript](https://img.shields.io/badge/-Typed-808080?logo=typescript&colorA=404040&logoColor=0096ff)](/types/main.d.ts) | ||
[![Codecov](https://img.shields.io/badge/-Tested%20100%25-808080?logo=codecov&colorA=404040)](https://codecov.io/gh/ehmicky/keep-func-props) | ||
[![Minified size](https://img.shields.io/bundlephobia/minzip/keep-func-props?label&colorA=404040&colorB=808080&logo=webpack)](https://bundlephobia.com/package/keep-func-props) | ||
[![Twitter](https://img.shields.io/badge/-Twitter-808080.svg?logo=twitter&colorA=404040)](https://twitter.com/intent/follow?screen_name=ehmicky) | ||
[![Medium](https://img.shields.io/badge/-Medium-808080.svg?logo=medium&colorA=404040)](https://medium.com/@ehmicky) | ||
@@ -72,3 +74,4 @@ Wrap a function without changing its name and other properties. | ||
This package is an ES module and must be loaded using | ||
This package works in both Node.js >=14.18.0 and browsers. It is an ES module | ||
and must be loaded using | ||
[an `import` or `import()` statement](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c), | ||
@@ -75,0 +78,0 @@ not `require()`. |
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
8975
130