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.1.0 to 1.1.1

10

CHANGELOG.md

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

## [v1.1.1](https://github.com/ljharb/set-function-length/compare/v1.1.0...v1.1.1) - 2023-10-19
### Fixed
- [Fix] move `define-data-property` to runtime deps [`#2`](https://github.com/ljharb/set-function-length/issues/2)
### Commits
- [Dev Deps] update `object-inspect`; add missing `call-bind` [`5aecf79`](https://github.com/ljharb/set-function-length/commit/5aecf79e7d6400957a5d9bd9ac20d4528908ca18)
## [v1.1.0](https://github.com/ljharb/set-function-length/compare/v1.0.1...v1.1.0) - 2023-10-13

@@ -10,0 +20,0 @@

7

package.json
{
"name": "set-function-length",
"version": "1.1.0",
"version": "1.1.1",
"description": "Set a function's length property",

@@ -49,3 +49,3 @@ "main": "index.js",

"auto-changelog": "^2.4.0",
"define-data-property": "^1.1.1",
"call-bind": "^1.0.4",
"es-value-fixtures": "^1.4.2",

@@ -58,3 +58,3 @@ "eslint": "=8.8.0",

"nyc": "^10.3.2",
"object-inspect": "^1.12.3",
"object-inspect": "^1.13.1",
"safe-publish-latest": "^2.0.0",

@@ -64,2 +64,3 @@ "tape": "^5.7.1"

"dependencies": {
"define-data-property": "^1.1.1",
"get-intrinsic": "^1.2.1",

@@ -66,0 +67,0 @@ "gopd": "^1.0.1",

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