Socket
Socket
Sign inDemoInstall

string.prototype.trim

Package Overview
Dependencies
64
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.6 to 1.2.7

11

CHANGELOG.md

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

## [v1.2.8](https://github.com/es-shims/String.prototype.trim/compare/v1.2.7...v1.2.8) - 2022-11-07
## [v1.2.7](https://github.com/es-shims/String.prototype.trim/compare/v1.2.6...v1.2.7) - 2022-11-07
### Commits
- [meta] use `npmignore` to autogenerate an npmignore file [`3e6de84`](https://github.com/es-shims/String.prototype.trim/commit/3e6de84f959c1ecc44e894aa1a64a8eb5007f3f5)
- [actions] update rebase action to use reusable workflow [`b725a04`](https://github.com/es-shims/String.prototype.trim/commit/b725a0499b832e69dfe5121bb643464a659ba8ff)
- [Deps] update `es-abstract` [`b707a17`](https://github.com/es-shims/String.prototype.trim/commit/b707a1747363f361665c50eda5eb952a86755e8c)
- [Dev Deps] update `aud`, `tape` [`5295419`](https://github.com/es-shims/String.prototype.trim/commit/5295419b0bbaf8035696ef3a24a8625ee743ec7f)
## [v1.2.6](https://github.com/es-shims/String.prototype.trim/compare/v1.2.5...v1.2.6) - 2022-04-24

@@ -10,0 +21,0 @@

4

implementation.js
'use strict';
var RequireObjectCoercible = require('es-abstract/2021/RequireObjectCoercible');
var ToString = require('es-abstract/2021/ToString');
var RequireObjectCoercible = require('es-abstract/2022/RequireObjectCoercible');
var ToString = require('es-abstract/2022/ToString');
var callBound = require('call-bind/callBound');

@@ -6,0 +6,0 @@ var $replace = callBound('String.prototype.replace');

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

var define = require('define-properties');
var RequireObjectCoercible = require('es-abstract/2021/RequireObjectCoercible');
var RequireObjectCoercible = require('es-abstract/2022/RequireObjectCoercible');

@@ -8,0 +8,0 @@ var implementation = require('./implementation');

{
"name": "string.prototype.trim",
"version": "1.2.6",
"version": "1.2.7",
"author": {

@@ -23,2 +23,3 @@ "name": "Jordan Harband",

"scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated",
"prepublish": "not-in-publish || npm run prepublishOnly",

@@ -51,3 +52,3 @@ "prepublishOnly": "safe-publish-latest",

"define-properties": "^1.1.4",
"es-abstract": "^1.19.5"
"es-abstract": "^1.20.4"
},

@@ -57,3 +58,3 @@ "devDependencies": {

"@ljharb/eslint-config": "^21.0.0",
"aud": "^2.0.0",
"aud": "^2.0.1",
"auto-changelog": "^2.4.0",

@@ -63,5 +64,7 @@ "eslint": "=8.8.0",

"has-strict-mode": "^1.0.1",
"in-publish": "^2.0.1",
"npmignore": "^0.3.0",
"nyc": "^10.3.2",
"safe-publish-latest": "^2.0.0",
"tape": "^5.5.3"
"tape": "^5.6.1"
},

@@ -96,3 +99,8 @@ "testling": {

"hideCredit": true
},
"publishConfig": {
"ignore": [
".github/workflows"
]
}
}
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