New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

is-number-object

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-number-object - npm Package Compare versions

Comparing version

to
1.1.1

8

CHANGELOG.md

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

## [v1.1.1](https://github.com/inspect-js/is-number-object/compare/v1.1.0...v1.1.1) - 2024-12-15
### Commits
- [Dev Deps] update `@arethetypeswrong/cli`,` @ljharb/tsconfig`, `@types/tape` [`00d566d`](https://github.com/inspect-js/is-number-object/commit/00d566d869ee316c896aa6f3cd694996bab6f482)
- [Refactor] use `call-bound` directly [`073d5df`](https://github.com/inspect-js/is-number-object/commit/073d5df97278ab54e32750f24d4eeee1d94965d4)
- [Deps] update `call-bind` [`36c84af`](https://github.com/inspect-js/is-number-object/commit/36c84afd5553a538cceb3da56a8721b597f540bc)
## [v1.1.0](https://github.com/inspect-js/is-number-object/compare/v1.0.7...v1.1.0) - 2024-12-01

@@ -10,0 +18,0 @@

2

index.js
'use strict';
var callBound = require('call-bind/callBound');
var callBound = require('call-bound');

@@ -5,0 +5,0 @@ var $numToStr = callBound('Number.prototype.toString');

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

@@ -42,12 +42,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",

@@ -54,0 +53,0 @@ "core-js": "^3.39.0",