Socket
Socket
Sign inDemoInstall

unbounded

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unbounded - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0-next.1699876514.82df04fc710ed7752916382d8dc3e93b698942b3

15

package.json
{
"name": "unbounded",
"version": "5.0.0",
"version": "5.1.0-next.1699876514.82df04fc710ed7752916382d8dc3e93b698942b3",
"description": "Function.prototype.bind replacement that provides an `unbounded` hidden property on the returned bounded function, that contains the original unbounded function",

@@ -119,3 +119,3 @@ "homepage": "https://github.com/bevry/unbounded",

"dependencies": {
"editions": "^6.10.0"
"editions": "^6.11.0"
},

@@ -128,3 +128,3 @@ "devDependencies": {

"@bevry/update-contributors": "^1.23.0",
"assert-helpers": "^11.1.0",
"assert-helpers": "^11.2.0",
"eslint": "^8.53.0",

@@ -134,4 +134,4 @@ "eslint-config-bevry": "^3.29.0",

"eslint-plugin-prettier": "^5.0.1",
"kava": "3.2.0",
"prettier": "^3.0.3",
"kava": "^7.0.0",
"prettier": "^3.1.0",
"projectz": "^2.23.0",

@@ -171,3 +171,4 @@ "valid-directory": "^4.1.0"

"semi": false,
"singleQuote": true
"singleQuote": true,
"trailingComma": "es5"
},

@@ -213,2 +214,2 @@ "babel": {

}
}
}

@@ -82,3 +82,3 @@ <!-- TITLE/ -->

<script type="module">
import * as pkg from '//dev.jspm.io/unbounded@5.0.0'
import * as pkg from '//dev.jspm.io/unbounded@5.1.0'
</script>

@@ -85,0 +85,0 @@ ```

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