Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

math.clz32

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

math.clz32 - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+7
-0
CHANGELOG.md

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

## [v1.0.3](https://github.com/es-shims/Math.clz32/compare/v1.0.2...v1.0.3) - 2023-09-01
### Commits
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `reflect.ownkeys`, `tape` [`6d10b97`](https://github.com/es-shims/Math.clz32/commit/6d10b97449cd0745f39fb2fb41d3c059c425cd19)
- [Deps] update `define-properties`, `es-abstract` [`9f42d44`](https://github.com/es-shims/Math.clz32/commit/9f42d445d365a6d806e74ab466822f9ba0ee3bab)
## [v1.0.2](https://github.com/es-shims/Math.clz32/compare/v1.0.1...v1.0.2) - 2022-11-04

@@ -10,0 +17,0 @@

+2
-2
'use strict';
var ToUint32 = require('es-abstract/2022/ToUint32');
var Call = require('es-abstract/2022/Call');
var ToUint32 = require('es-abstract/2023/ToUint32');
var Call = require('es-abstract/2023/Call');

@@ -6,0 +6,0 @@ var $Number = Number;

{
"name": "math.clz32",
"version": "1.0.2",
"version": "1.0.3",
"description": "An ES-spec-compliant Math.clz32 shim/polyfill/replacement that works as far down as ES3",

@@ -15,6 +15,6 @@ "main": "index.js",

],
"./auto": "./auto.js",
"./polyfill": "./polyfill.js",
"./implementation": "./implementation.js",
"./shim": "./shim.js",
"./auto": "./auto.js",
"./package.json": "./package.json"

@@ -59,5 +59,5 @@ },

"devDependencies": {
"@es-shims/api": "^2.2.3",
"@ljharb/eslint-config": "^21.0.0",
"aud": "^2.0.1",
"@es-shims/api": "^2.4.2",
"@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.3",
"auto-changelog": "^2.4.0",

@@ -70,9 +70,9 @@ "eslint": "=8.8.0",

"nyc": "^10.3.2",
"reflect.ownkeys": "^1.1.0",
"reflect.ownkeys": "^1.1.4",
"safe-publish-latest": "^2.0.0",
"tape": "^5.6.1"
"tape": "^5.6.6"
},
"dependencies": {
"define-properties": "^1.1.4",
"es-abstract": "^1.20.4"
"define-properties": "^1.2.0",
"es-abstract": "^1.22.1"
},

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