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

fable

Package Overview
Dependencies
Maintainers
3
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 2.0.0 to 2.0.1

2

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

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

@@ -25,5 +25,5 @@ // ##### Part of the **[retold](https://stevenvelozo.github.io/retold/)** system

// Instantiate the UUID generator
this.libUUID = new libFableUUID(tmpSettings);
this.libUUID = new libFableUUID(this.settingsManager.settings);
this.log = new libFableLog(tmpSettings);
this.log = new libFableLog(this.settingsManager.settings);
this.log.initialize();

@@ -30,0 +30,0 @@ }

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