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

manyfest

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

manyfest - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

4

gulpfile-config.json

@@ -8,5 +8,5 @@ {

"LibraryUniminifiedFileName": "manyfest.compatible.js",
"LibraryUniminifiedFileName": "manyfest.js",
"LibraryMinifiedFileName": "manyfest.compatible.min.js"
"LibraryMinifiedFileName": "manyfest.min.js"
}
{
"name": "manyfest",
"version": "1.0.20",
"version": "1.0.21",
"description": "JSON Object Manifest for Data Description and Parsing",

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

@@ -31,5 +31,2 @@ /**

this.logError = (typeof(pErrorLog) == 'function') ? pErrorLog : libSimpleLog;
this.elucidatorSolver = false;
this.elucidatorSolverState = {};
}

@@ -36,0 +33,0 @@

@@ -36,5 +36,2 @@ /**

this.elucidatorSolver = false;
this.elucidatorSolverState = {};
this.cleanWrapCharacters = fCleanWrapCharacters;

@@ -94,3 +91,3 @@ this.precedent = new libPrecedent();

// This allows the magic filtration with elucidator configuration
// This allows the magic filtration with solver configuration
// TODO: We could pass more state in (e.g. parent address, object, etc.)

@@ -97,0 +94,0 @@ // TODO: Discuss this metaprogramming AT LENGTH

@@ -36,5 +36,2 @@ /**

this.elucidatorSolver = false;
this.elucidatorSolverState = {};
this.cleanWrapCharacters = fCleanWrapCharacters;

@@ -94,3 +91,3 @@

// This allows the magic filtration with elucidator configuration
// This allows the magic filtration with configuration
// TODO: We could pass more state in (e.g. parent address, object, etc.)

@@ -97,0 +94,0 @@ // TODO: Discuss this metaprogramming AT LENGTH

@@ -34,5 +34,2 @@ /**

this.elucidatorSolver = false;
this.elucidatorSolverState = {};
this.cleanWrapCharacters = fCleanWrapCharacters;

@@ -39,0 +36,0 @@ }

@@ -91,19 +91,4 @@ /**

this.dataSolverState = {};
this.libElucidator = undefined;
}
setElucidatorSolvers(pElucidatorSolver, pElucidatorSolverState)
{
this.objectAddressCheckAddressExists.elucidatorSolver = pElucidatorSolver;
this.objectAddressGetValue.elucidatorSolver = pElucidatorSolver;
this.objectAddressSetValue.elucidatorSolver = pElucidatorSolver;
this.objectAddressDeleteValue.elucidatorSolver = pElucidatorSolver;
this.objectAddressCheckAddressExists.elucidatorSolverState = pElucidatorSolverState;
this.objectAddressGetValue.elucidatorSolverState = pElucidatorSolverState;
this.objectAddressSetValue.elucidatorSolverState = pElucidatorSolverState;
this.objectAddressDeleteValue.elucidatorSolverState = pElucidatorSolverState;
}
clone()

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