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

fable

Package Overview
Dependencies
Maintainers
3
Versions
156
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.23 to 3.0.24

2

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

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

@@ -35,5 +35,5 @@ const libFableServiceBase = require('./Fable-ServiceProviderBase.js');

*/
parseString(pString)
parseString(pString, pData)
{
return this._MetaTemplateLibrary.parseString(pString, this.ParseTree);
return this._MetaTemplateLibrary.parseString(pString, pData);
}

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