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 3.0.72 to 3.0.73

2

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

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

@@ -185,4 +185,10 @@ const libFableServiceBase = require('../Fable-ServiceManager.js').ServiceProviderBase;

}
else if (pCreateError.code =='EEXIST')
{
// The folder exists -- our dev might be running this in parallel/async/whatnot.
return this.makeFolderRecursive(tmpParameters, fCallback);
}
else
{
console.log(pCreateError.code);
fCallback(pCreateError);

@@ -189,0 +195,0 @@ return false;

@@ -88,3 +88,3 @@ /**

testFable.services.Utility.buildHashedTemplate('Slogan', '<p>Some people, like <%= Name %>, have all the fun.</p>');
// Access the low level service render function

@@ -91,0 +91,0 @@ Expect(testFable.servicesMap.Template.HeadLine.renderFunction({TitleText:'Test'})).to.equal('<h1>Test Page</h1>');

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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