Socket
Socket
Sign inDemoInstall

set-function-length

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

set-function-length - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

8

CHANGELOG.md

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

## [v1.2.1](https://github.com/ljharb/set-function-length/compare/v1.2.0...v1.2.1) - 2024-02-06
### Commits
- [Dev Deps] update `call-bind`, `tape`, `typescript` [`d9a4601`](https://github.com/ljharb/set-function-length/commit/d9a460199c4c1fa37da9ebe055e2c884128f0738)
- [Deps] update `define-data-property`, `get-intrinsic` [`38d39ae`](https://github.com/ljharb/set-function-length/commit/38d39aed13a757ed36211d5b0437b88485090c6b)
- [Refactor] use `es-errors`, so things that only need those do not need `get-intrinsic` [`b4bfe5a`](https://github.com/ljharb/set-function-length/commit/b4bfe5ae0953b906d55b85f867eca5e7f673ebf4)
## [v1.2.0](https://github.com/ljharb/set-function-length/compare/v1.1.1...v1.2.0) - 2024-01-14

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

2

index.js

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

var $TypeError = GetIntrinsic('%TypeError%');
var $TypeError = require('es-errors/type');
var $floor = GetIntrinsic('%Math.floor%');

@@ -11,0 +11,0 @@

{
"name": "set-function-length",
"version": "1.2.0",
"version": "1.2.1",
"description": "Set a function's length property",

@@ -52,5 +52,6 @@ "main": "index.js",

"dependencies": {
"define-data-property": "^1.1.1",
"define-data-property": "^1.1.2",
"es-errors": "^1.3.0",
"function-bind": "^1.1.2",
"get-intrinsic": "^1.2.2",
"get-intrinsic": "^1.2.3",
"gopd": "^1.0.1",

@@ -72,3 +73,3 @@ "has-property-descriptors": "^1.0.1"

"auto-changelog": "^2.4.0",
"call-bind": "^1.0.5",
"call-bind": "^1.0.6",
"es-value-fixtures": "^1.4.2",

@@ -83,4 +84,4 @@ "eslint": "=8.8.0",

"safe-publish-latest": "^2.0.0",
"tape": "^5.7.3",
"typescript": "^5.4.0-dev.20240113"
"tape": "^5.7.4",
"typescript": "next"
},

@@ -87,0 +88,0 @@ "engines": {

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