Socket
Socket
Sign inDemoInstall

unbounded

Package Overview
Dependencies
1
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.0 to 5.2.0-next.1699978157.697c3bf0955c224d6072acf9d7df053a8b3f5934

SECURITY.md

18

package.json
{
"name": "unbounded",
"version": "5.1.0",
"version": "5.2.0-next.1699978157.697c3bf0955c224d6072acf9d7df053a8b3f5934",
"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.11.0"
"editions": "^6.13.0"
},

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

"@bevry/update-contributors": "^1.23.0",
"assert-helpers": "^11.2.0",
"assert-helpers": "^11.4.0",
"eslint": "^8.53.0",
"eslint-config-bevry": "^3.29.0",
"eslint-config-bevry": "^4.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"kava": "^7.0.0",
"kava": "^7.1.0",
"prettier": "^3.1.0",
"projectz": "^2.23.0",
"valid-directory": "^4.1.0"
"projectz": "^3.0.0",
"valid-directory": "^4.2.0"
},
"scripts": {
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:clean": "rm -rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:compile": "npm run our:compile:edition-browsers && npm run our:compile:edition-node-4",

@@ -212,2 +212,2 @@ "our:compile:edition-browsers": "env BABEL_ENV=edition-browsers babel --out-dir ./edition-browsers ./source",

}
}
}

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

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc