Socket
Socket
Sign inDemoInstall

string.prototype.matchall

Package Overview
Dependencies
65
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.3 to 4.0.4

27

CHANGELOG.md

@@ -0,12 +1,21 @@

4.0.4 / 2021-02-21
==================
* [readme] fix repo URLs; remove travis badge
* [meta] gitignore coverage output
* [Deps] update `call-bind`, `es-abstract`, `internal-slot`, `regexp.prototype.flags`, `side-channel`
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `es5-shim`, `functions-have-names`, `object-inspect`, `object.entries`, `tape`
* [Tests] increase coverage
* [actions] update workflows
4.0.3 / 2020-11-19
==================
* [meta] do not publish github action workflow files
* [Deps] update `es-abstract`, `side-channel`; use `call-bind` where applicable; remove `function-bind`
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `es5-shim`, `es6-shim`, `functions-have-names`, `object-inspect`, `object.assign`, `object.entries`, `tape`
* [actions] add "Allow Edits" workflow
* [actions] switch Automatic Rebase workflow to `pull_request_target` event
* [Tests] migrate tests to Github Actions
* [Tests] run `nyc` on all tests
* [Tests] run `es-shim-api` in postlint; use `tape` runner
* [Tests] only audit prod deps
* [meta] do not publish github action workflow files
* [Deps] update `es-abstract`, `side-channel`; use `call-bind` where applicable; remove `function-bind`
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `es5-shim`, `es6-shim`, `functions-have-names`, `object-inspect`, `object.assign`, `object.entries`, `tape`
* [actions] add "Allow Edits" workflow
* [actions] switch Automatic Rebase workflow to `pull_request_target` event
* [Tests] migrate tests to Github Actions
* [Tests] run `nyc` on all tests
* [Tests] run `es-shim-api` in postlint; use `tape` runner
* [Tests] only audit prod deps

@@ -13,0 +22,0 @@ 4.0.2 / 2019-12-22

{
"name": "string.prototype.matchall",
"version": "4.0.3",
"version": "4.0.4",
"description": "Spec-compliant polyfill for String.prototype.matchAll ESnext proposal.",

@@ -40,27 +40,27 @@ "main": "index.js",

"dependencies": {
"call-bind": "^1.0.0",
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"es-abstract": "^1.18.0-next.1",
"es-abstract": "^1.18.0-next.2",
"has-symbols": "^1.0.1",
"internal-slot": "^1.0.2",
"regexp.prototype.flags": "^1.3.0",
"side-channel": "^1.0.3"
"internal-slot": "^1.0.3",
"regexp.prototype.flags": "^1.3.1",
"side-channel": "^1.0.4"
},
"devDependencies": {
"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^17.2.0",
"aud": "^1.1.3",
"es5-shim": "^4.5.14",
"@ljharb/eslint-config": "^17.5.1",
"aud": "^1.1.4",
"es5-shim": "^4.5.15",
"es6-shim": "^0.35.6",
"eslint": "^7.13.0",
"eslint": "^7.20.0",
"evalmd": "^0.0.19",
"foreach": "^2.0.5",
"functions-have-names": "^1.2.1",
"functions-have-names": "^1.2.2",
"nyc": "^10.3.2",
"object-inspect": "^1.8.0",
"object-inspect": "^1.9.0",
"object.assign": "^4.1.2",
"object.entries": "^1.1.2",
"object.entries": "^1.1.3",
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.1"
"tape": "^5.2.0"
}
}
# string.prototype.matchall <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
[![Build Status][travis-svg]][travis-url]
[![dependency status][deps-svg]][deps-url]

@@ -63,5 +62,3 @@ [![dev dependency status][dev-deps-svg]][dev-deps-url]

[package-url]: https://npmjs.com/package/string.prototype.matchall
[npm-version-svg]: http://versionbadg.es/es-shims/String.prototype.matchAll.svg
[travis-svg]: https://travis-ci.org/es-shims/String.prototype.matchAll.svg
[travis-url]: https://travis-ci.org/es-shims/String.prototype.matchAll
[npm-version-svg]: https://versionbadg.es/es-shims/String.prototype.matchAll.svg
[deps-svg]: https://david-dm.org/es-shims/String.prototype.matchAll.svg

@@ -74,5 +71,5 @@ [deps-url]: https://david-dm.org/es-shims/String.prototype.matchAll

[npm-badge-png]: https://nodei.co/npm/string.prototype.matchall.png?downloads=true&stars=true
[license-image]: http://img.shields.io/npm/l/string.prototype.matchall.svg
[license-image]: https://img.shields.io/npm/l/string.prototype.matchall.svg
[license-url]: LICENSE
[downloads-image]: http://img.shields.io/npm/dm/string.prototype.matchall.svg
[downloads-url]: http://npm-stat.com/charts.html?package=string.prototype.matchall
[downloads-image]: https://img.shields.io/npm/dm/string.prototype.matchall.svg
[downloads-url]: https://npm-stat.com/charts.html?package=string.prototype.matchall

@@ -5,4 +5,3 @@ 'use strict';

require('es6-shim');
var matchAllShim = require('../');
matchAllShim.shim();
require('../auto');

@@ -9,0 +8,0 @@ var test = require('tape');

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc