Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

string.prototype.split

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

string.prototype.split - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

10

CHANGELOG.md

@@ -8,2 +8,12 @@ # Changelog

## [v1.0.4](https://github.com/es-shims/String.prototype.split/compare/v1.0.3...v1.0.4) - 2021-02-21
### Commits
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `functions-have-names`, `has-strict-mode`, `tape` [`0643a95`](https://github.com/es-shims/String.prototype.split/commit/0643a95721130ea1405e0e8638798e5db50dc091)
- [Deps] update `call-bind`, `es-abstract`, `get-intrinsic`, `is-regex`, `regexp.prototype.flags` [`6b9da47`](https://github.com/es-shims/String.prototype.split/commit/6b9da4733861b7cec614900d8dcb39543e8cc746)
- [actions] update workflows [`2e1745b`](https://github.com/es-shims/String.prototype.split/commit/2e1745b577304668694df3618794a14555dc314d)
- [readme] fix repo URLs; remove travis badge [`d1e9b0a`](https://github.com/es-shims/String.prototype.split/commit/d1e9b0af05bb2bb310fffee672a172046190a065)
- [Tests] increase coverage [`520685b`](https://github.com/es-shims/String.prototype.split/commit/520685b608b4a545db645d2eaf95b73d18919d31)
## [v1.0.3](https://github.com/es-shims/String.prototype.split/compare/v1.0.2...v1.0.3) - 2020-11-21

@@ -10,0 +20,0 @@

26

package.json
{
"name": "string.prototype.split",
"version": "1.0.3",
"version": "1.0.4",
"description": "An ES spec-compliant `String.prototype.split` shim/polyfill/replacement that works as far down as ES3",

@@ -73,20 +73,20 @@ "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.0",
"get-intrinsic": "^1.0.1",
"is-regex": "^1.1.1",
"regexp.prototype.flags": "^1.3.0"
"es-abstract": "^1.18.0-next.2",
"get-intrinsic": "^1.1.1",
"is-regex": "^1.1.2",
"regexp.prototype.flags": "^1.3.1"
},
"devDependencies": {
"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^17.1.0",
"aud": "^1.1.3",
"auto-changelog": "^2.2.0",
"eslint": "^7.7.0",
"functions-have-names": "^1.2.1",
"has-strict-mode": "^1.0.0",
"@ljharb/eslint-config": "^17.5.1",
"aud": "^1.1.4",
"auto-changelog": "^2.2.1",
"eslint": "^7.20.0",
"functions-have-names": "^1.2.2",
"has-strict-mode": "^1.0.1",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.1"
"tape": "^5.2.0"
},

@@ -93,0 +93,0 @@ "auto-changelog": {

# string.prototype.split <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
[![Build Status][travis-svg]][travis-url]
[![dependency status][deps-svg]][deps-url]

@@ -51,5 +50,3 @@ [![dev dependency status][dev-deps-svg]][dev-deps-url]

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

@@ -56,0 +53,0 @@ [deps-url]: https://david-dm.org/es-shims/String.prototype.split

'use strict';
require('../shim')();
require('../auto');

@@ -5,0 +5,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc