Socket
Socket
Sign inDemoInstall

unbounded

Package Overview
Dependencies
0
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.16.0 to 4.0.0-next.1699812242.13d7c0ec33fa159a6936e1c8452dbd4322f5e279

26

package.json
{
"name": "unbounded",
"version": "3.16.0",
"version": "4.0.0-next.1699812242.13d7c0ec33fa159a6936e1c8452dbd4322f5e279",
"description": "Function.prototype.bind replacement that provides an `unbounded` hidden property on the returned bounded function, that contains the original unbounded function",

@@ -68,7 +68,7 @@ "homepage": "https://github.com/bevry/unbounded",

"engines": {
"node": ">=10"
"node": ">=8"
},
"editions": [
{
"description": "ESNext source code for Node.js 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modules",
"description": "ESNext source code for Node.js 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modules",
"directory": "source",

@@ -83,3 +83,3 @@ "entry": "index.js",

"engines": {
"node": "10 || 12 || 14 || 16 || 18 || 20 || 21",
"node": "8 || 10 || 12 || 14 || 16 || 18 || 20 || 21",
"browsers": false

@@ -108,15 +108,15 @@ }

"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.3",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.23.2",
"@bevry/update-contributors": "^1.22.0",
"assert-helpers": "^8.4.0",
"eslint": "^8.52.0",
"eslint-config-bevry": "^3.28.0",
"@babel/preset-env": "^7.23.3",
"@bevry/update-contributors": "^1.23.0",
"assert-helpers": "^10.0.0",
"eslint": "^8.53.0",
"eslint-config-bevry": "^3.29.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"kava": "^5.17.0",
"kava": "3.2.0",
"prettier": "^3.0.3",
"projectz": "^2.23.0",
"valid-directory": "^4.0.0"
"valid-directory": "^4.1.0"
},

@@ -177,2 +177,2 @@ "scripts": {

}
}
}

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

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

@@ -92,3 +92,3 @@ ```

<ul><li><code>unbounded</code> aliases <code>unbounded/source/index.js</code></li>
<li><code>unbounded/source/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> source code for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 10 || 12 || 14 || 16 || 18 || 20 || 21 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>unbounded/source/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> source code for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>unbounded/edition-browsers/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> compiled for web browsers with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li></ul>

@@ -95,0 +95,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