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.12.0 to 3.13.0-next.1603943786.7c80415f07e6c32f7924a76d583b15bd46446197

4

HISTORY.md
# History
## v3.13.0 2020 October 29
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v3.12.0 2020 September 5

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

32

package.json
{
"name": "unbounded",
"version": "3.12.0",
"version": "3.13.0-next.1603943786.7c80415f07e6c32f7924a76d583b15bd46446197",
"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 || 13 || 14 with Require for modules",
"description": "ESNext source code for Node.js 10 || 12 || 14 || 15 with Require for modules",
"directory": "source",

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

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

@@ -107,16 +107,16 @@ }

"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/preset-env": "^7.11.5",
"@bevry/update-contributors": "^1.16.0",
"assert-helpers": "^7.2.0",
"eslint": "^7.8.1",
"eslint-config-bevry": "^3.22.0",
"eslint-config-prettier": "^6.11.0",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@bevry/update-contributors": "^1.17.0",
"assert-helpers": "^8.1.0",
"eslint": "^7.12.1",
"eslint-config-bevry": "^3.23.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"kava": "^5.12.0",
"prettier": "^2.1.1",
"projectz": "^2.16.0",
"valid-directory": "^3.3.0"
"kava": "^5.13.0",
"prettier": "^2.1.2",
"projectz": "^2.17.0",
"valid-directory": "^3.4.0"
},

@@ -123,0 +123,0 @@ "scripts": {

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

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

@@ -91,3 +91,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 || 13 || 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 || 15 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>

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