function.prototype.name
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -0,1 +1,12 @@ | ||
1.1.4 / 2021-02-22 | ||
================= | ||
* [readme] remove travis badge | ||
* [meta] remove audit-level | ||
* [meta] gitignore coverage output | ||
* [meta] do not publish github action workflow files | ||
* [Deps] update `call-bind`, `es-abstract`, `functions-have-names` | ||
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `has-strict-mode`, `tape` | ||
* [Tests] increase coverage | ||
* [actions] update workflows | ||
1.1.3 / 2020-11-27 | ||
@@ -2,0 +13,0 @@ ================= |
{ | ||
"name": "function.prototype.name", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"author": "Jordan Harband <ljharb@gmail.com>", | ||
@@ -37,15 +37,15 @@ "funding": { | ||
"dependencies": { | ||
"call-bind": "^1.0.0", | ||
"call-bind": "^1.0.2", | ||
"define-properties": "^1.1.3", | ||
"es-abstract": "^1.18.0-next.1", | ||
"functions-have-names": "^1.2.1" | ||
"es-abstract": "^1.18.0-next.2", | ||
"functions-have-names": "^1.2.2" | ||
}, | ||
"devDependencies": { | ||
"@es-shims/api": "^2.1.2", | ||
"@ljharb/eslint-config": "^17.3.0", | ||
"aud": "^1.1.3", | ||
"@ljharb/eslint-config": "^17.5.1", | ||
"aud": "^1.1.4", | ||
"eclint": "^2.8.1", | ||
"eslint": "^7.14.0", | ||
"eslint": "^7.20.0", | ||
"for-each": "^0.3.3", | ||
"has-strict-mode": "^1.0.0", | ||
"has-strict-mode": "^1.0.1", | ||
"make-arrow-function": "^1.2.0", | ||
@@ -56,3 +56,3 @@ "make-async-function": "^1.0.0", | ||
"safe-publish-latest": "^1.1.4", | ||
"tape": "^5.0.1", | ||
"tape": "^5.2.0", | ||
"uglify-register": "^1.0.1" | ||
@@ -59,0 +59,0 @@ }, |
# function.prototype.name <sup>[![Version Badge][2]][1]</sup> | ||
[![Build Status][3]][4] | ||
[![dependency status][5]][6] | ||
@@ -14,3 +13,3 @@ [![dev dependency status][7]][8] | ||
This package implements the [es-shim API](https://github.com/es-shims/api) interface. It works in an ES5-supported environment and complies with the [spec](http://www.ecma-international.org/ecma-262/6.0/#sec-get-regexp.prototype.flags). | ||
This package implements the [es-shim API](https://github.com/es-shims/api) interface. It works in an ES5-supported environment and complies with the [spec](https://www.ecma-international.org/ecma-262/6.0/#sec-get-regexp.prototype.flags). | ||
@@ -35,5 +34,3 @@ Most common usage: | ||
[1]: https://npmjs.org/package/function.prototype.name | ||
[2]: http://versionbadg.es/es-shims/Function.prototype.name.svg | ||
[3]: https://travis-ci.org/es-shims/Function.prototype.name.svg | ||
[4]: https://travis-ci.org/es-shims/Function.prototype.name | ||
[2]: https://versionbadg.es/es-shims/Function.prototype.name.svg | ||
[5]: https://david-dm.org/es-shims/Function.prototype.name.svg | ||
@@ -44,5 +41,5 @@ [6]: https://david-dm.org/es-shims/Function.prototype.name | ||
[11]: https://nodei.co/npm/function.prototype.name.png?downloads=true&stars=true | ||
[license-image]: http://img.shields.io/npm/l/function.prototype.name.svg | ||
[license-image]: https://img.shields.io/npm/l/function.prototype.name.svg | ||
[license-url]: LICENSE | ||
[downloads-image]: http://img.shields.io/npm/dm/function.prototype.name.svg | ||
[downloads-url]: http://npm-stat.com/charts.html?package=function.prototype.name | ||
[downloads-image]: https://img.shields.io/npm/dm/function.prototype.name.svg | ||
[downloads-url]: https://npm-stat.com/charts.html?package=function.prototype.name |
'use strict'; | ||
require('../shim')(); | ||
require('../auto'); | ||
@@ -5,0 +5,0 @@ var test = require('tape'); |
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
16715
20
43
Updatedcall-bind@^1.0.2
Updatedes-abstract@^1.18.0-next.2
Updatedfunctions-have-names@^1.2.2