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

fable

Package Overview
Dependencies
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fable - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "fable",
"version": "0.1.2",
"version": "0.1.3",
"description": "An entity behavior management and API bundling library.",

@@ -5,0 +5,0 @@ "main": "source/Fable.js",

@@ -37,13 +37,6 @@ /**

/**
* Settings Management Library
* Add Services references (e.g. log & settings) to an Object
*
* @property settingsmanager
* @type Object
* @function addServices
*/
Object.defineProperty(tmpNewFableObject, 'settingsManager',
{
get: function() { return _Settings; },
enumerable: false
});
var addServices = function(pObject)

@@ -87,2 +80,14 @@ {

/**
* Settings Management Library
*
* @property settingsmanager
* @type Object
*/
Object.defineProperty(tmpNewFableObject, 'settingsManager',
{
get: function() { return _Settings; },
enumerable: false
});
// Add services to ourself.

@@ -89,0 +94,0 @@ addServices(tmpNewFableObject);

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