Sign In

is-string

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

is-string - npm Package Compare versions

Comparing version
1.1.0
to
1.1.1
+8
-0
CHANGELOG.md

@@ -10,2 +10,10 @@ # Changelog

## [v1.1.1](https://github.com/inspect-js/is-string/compare/v1.1.0...v1.1.1) - 2024-12-15
### Commits
- [Dev Deps] update `@arethetypeswrong/cli`, `@ljharb/tsconfig`, `@types/tape` [`c1f7ef7`](https://github.com/inspect-js/is-string/commit/c1f7ef7948b012f769ee3a59952f34ba75a5f5c0)
- [Refactor] use `call-bound` directly [`ba8a78f`](https://github.com/inspect-js/is-string/commit/ba8a78fc1c1fe9b4223c9a8721579026d5ddbce1)
- [Deps] update `call-bind` [`93c352f`](https://github.com/inspect-js/is-string/commit/93c352fd578379c03cd068aea7590de60068a44e)
## [v1.1.0](https://github.com/inspect-js/is-string/compare/v1.0.7...v1.1.0) - 2024-12-01

@@ -12,0 +20,0 @@

+1
-1
'use strict';
var callBound = require('call-bind/callBound');
var callBound = require('call-bound');

@@ -5,0 +5,0 @@ /** @type {(receiver: ThisParameterType<typeof String.prototype.valueOf>, ...args: Parameters<typeof String.prototype.valueOf>) => ReturnType<typeof String.prototype.valueOf>} */

{
"name": "is-string",
"version": "1.1.0",
"version": "1.1.1",
"author": "Jordan Harband <ljharb@gmail.com>",

@@ -39,12 +39,11 @@ "funding": {

"dependencies": {
"call-bind": "^1.0.7",
"call-bound": "^1.0.3",
"has-tostringtag": "^1.0.2"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.0",
"@arethetypeswrong/cli": "^0.17.1",
"@ljharb/eslint-config": "^21.1.1",
"@ljharb/tsconfig": "^0.2.0",
"@types/call-bind": "^1.0.5",
"@ljharb/tsconfig": "^0.2.2",
"@types/core-js": "^2.5.8",
"@types/tape": "^5.6.5",
"@types/tape": "^5.7.0",
"auto-changelog": "^2.5.0",

@@ -51,0 +50,0 @@ "core-js": "^3.39.0",