New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

customize

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

customize - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

3

CHANGELOG.md

@@ -5,3 +5,6 @@ # Change Log

## v0.2.2 - 2015-07-15
* README-Updates in 0.2.1 and 0.2.2
## v0.2.0 - 2015-07-14

@@ -8,0 +11,0 @@

@@ -155,4 +155,7 @@ /*!

/**
* Wrap a function so that if it overrides another function, that function will
* be available as `this.parent`
* @param fn
* @api public
* @readonly
* @public
*/

@@ -162,4 +165,9 @@ module.exports.withParent = require('./lib/withParent')

/**
* Create a promise that is regarded as leaf in the configuration tree.
* That means, that the overrider is not resolving this promise when overriding values.
* Promised object values will not be merged but replaced.
* @param {*} promiseOrValue a promise or a valude that represents the leaf
* @returns {Promise}
* @api public
* @readonly
* @public
*/

@@ -213,2 +221,3 @@ module.exports.leaf = require('./lib/leaf')

/**
* The custom-overrider used by Customize
* @readonly

@@ -215,0 +224,0 @@ * @type {customOverrider}

2

package.json
{
"name": "customize",
"version": "0.2.1",
"version": "0.2.2",
"description": "A simple framework to create customizable engines",

@@ -5,0 +5,0 @@ "repository": {

@@ -45,5 +45,8 @@ # customize

**withParent**: , The main class. The heart of Customize
**leaf**: , The main class. The heart of Customize
**overrider**: `customOverrider` , The main class. The heart of Customize
**withParent**: , Wrap a function so that if it overrides another function, that function will
be available as `this.parent`
**leaf**: , Create a promise that is regarded as leaf in the configuration tree.
That means, that the overrider is not resolving this promise when overriding values.
Promised object values will not be merged but replaced.
**overrider**: `customOverrider` , The custom-overrider used by Customize
##### Customize.registerEngine(id, engine)

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