Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lazy-require

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lazy-require - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0-next.1574054193.00fa7c0233200e3fa9d6c4fbcd5e63a7fcab74bd

4

HISTORY.md
# History
## v3.2.0 2019 November 18
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v3.1.0 2019 November 13

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

23

package.json
{
"title": "Lazy Require",
"name": "lazy-require",
"version": "3.1.0",
"version": "3.2.0-next.1574054193.00fa7c0233200e3fa9d6c4fbcd5e63a7fcab74bd",
"description": "Lazy require allows you to require modules lazily, meaning that when you lazy require a module that is missing, lazy require will automatically install it for you.",

@@ -52,3 +52,4 @@ "homepage": "https://github.com/bevry/lazy-require",

"Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
"Rob Loach <robloach@gmail.com> (http://robloach.net)"
"Rob Loach <robloach@gmail.com> (http://robloach.net)",
"dependabot-preview[bot] (http://github.com/apps/dependabot-preview)"
],

@@ -76,3 +77,3 @@ "bugs": {

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

@@ -98,4 +99,4 @@ }

"dependencies": {
"errlop": "^1.1.2",
"extract-opts": "^3.3.1",
"errlop": "^1.2.0",
"extract-opts": "^4.0.0",
"safeps": "8.1.0"

@@ -108,13 +109,13 @@ },

"@babel/preset-env": "^7.7.1",
"assert-helpers": "^5.2.1",
"assert-helpers": "5.4.0",
"eslint": "^6.6.0",
"eslint-config-bevry": "^1.2.1",
"eslint-config-prettier": "^6.5.0",
"eslint-config-bevry": "^1.3.0",
"eslint-config-prettier": "^6.6.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-prettier": "^3.1.1",
"kava": "^3.2.0",
"kava": "4.0.0",
"prettier": "^1.19.1",
"projectz": "^1.9.0",
"projectz": "^1.10.0",
"rimraf": "3.0.0",
"valid-directory": "^1.0.0"
"valid-directory": "^1.1.1"
},

@@ -121,0 +122,0 @@ "scripts": {

@@ -163,3 +163,4 @@ <!-- TITLE/ -->

<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/lazy-require/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/lazy-require">view contributions</a></li>
<li><a href="http://robloach.net">Rob Loach</a> — <a href="https://github.com/bevry/lazy-require/commits?author=RobLoach" title="View the GitHub contributions of Rob Loach on repository bevry/lazy-require">view contributions</a></li></ul>
<li><a href="http://robloach.net">Rob Loach</a> — <a href="https://github.com/bevry/lazy-require/commits?author=RobLoach" title="View the GitHub contributions of Rob Loach on repository bevry/lazy-require">view contributions</a></li>
<li><a href="http://github.com/apps/dependabot-preview">dependabot-preview[bot]</a> — <a href="https://github.com/bevry/lazy-require/commits?author=dependabot-preview[bot]" title="View the GitHub contributions of dependabot-preview[bot] on repository bevry/lazy-require">view contributions</a></li></ul>

@@ -166,0 +167,0 @@ <a href="https://github.com/bevry/lazy-require/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>

Sorry, the diff of this file is not supported yet

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