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 3.14.0 to 3.15.0-next.1627673316.0eb5a8cb25f3a6bda1c7f5c7e9b0a1e640887c1e

4

HISTORY.md
# History
## v3.15.0 2021 July 31
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v3.14.0 2021 July 28

@@ -4,0 +8,0 @@

16

package.json
{
"name": "unbounded",
"version": "3.14.0",
"version": "3.15.0-next.1627673316.0eb5a8cb25f3a6bda1c7f5c7e9b0a1e640887c1e",
"description": "Function.prototype.bind replacement that provides an `unbounded` hidden property on the returned bounded function, that contains the original unbounded function",

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

{
"description": "ESNext source code for Node.js 10 || 12 || 14 with Require for modules",
"description": "ESNext source code for Node.js 10 || 12 || 14 || 16 with Require for modules",
"directory": "source",

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

"engines": {
"node": "10 || 12 || 14",
"node": "10 || 12 || 14 || 16",
"browsers": false

@@ -111,11 +111,11 @@ }

"@babel/preset-env": "^7.14.8",
"@bevry/update-contributors": "^1.18.0",
"assert-helpers": "^8.2.0",
"@bevry/update-contributors": "^1.19.0",
"assert-helpers": "^8.4.0",
"eslint": "^7.31.0",
"eslint-config-bevry": "^3.23.0",
"eslint-config-bevry": "^3.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"kava": "^5.14.0",
"kava": "^5.15.0",
"prettier": "^2.3.2",
"projectz": "^2.18.0",
"projectz": "^2.22.0",
"valid-directory": "^3.7.0"

@@ -122,0 +122,0 @@ },

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

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

@@ -93,3 +93,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 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> 10 || 12 || 14 || 16 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>

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