Socket
Socket
Sign inDemoInstall

base

Package Overview
Dependencies
31
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 3.0.0

6

CHANGELOG.md

@@ -22,2 +22,8 @@ # Release History

## [3.0.0]
**Breaking changes**
- Methods no longer set values on the root of the instance. By default, `.get`, `.get`, `.has`, `.del` and other method use the `base.cache` object. This can be customized by doing `new Base.create('foo')` where `foo` is the property name to use for the cache.
## [2.0.2]

@@ -24,0 +30,0 @@

8

package.json
{
"name": "base",
"description": "Framework for rapidly creating high quality, server-side node.js applications, using plugins like building blocks",
"version": "2.0.2",
"version": "3.0.0",
"homepage": "https://github.com/node-base/base",

@@ -34,6 +34,6 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"dependencies": {
"cache-base": "^2.0.2",
"define-property": "^1.0.0",
"cache-base": "^4.0.0",
"define-property": "^2.0.2",
"kind-of": "^6.0.2",
"mixin-deep": "^1.2.0",
"mixin-deep": "^1.3.1",
"pascalcase": "^0.1.1"

@@ -40,0 +40,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc