Huge News!Announcing our $40M Series B led by Abstract Ventures.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.29 to 1.0.30

2

package.json
{
"name": "manyfest",
"version": "1.0.29",
"version": "1.0.30",
"description": "JSON Object Manifest for Data Description and Parsing",

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

@@ -36,3 +36,3 @@ // Given a string, parse out any conditional expressions and set whether or not to keep the record.

case 'LENGTH_GREATER_THAN':
switch(typeof(typeof(pManyfest.getValueAtAddress(pRecord, pSearchAddress))))
switch(typeof(pManyfest.getValueAtAddress(pRecord, pSearchAddress)))
{

@@ -52,3 +52,3 @@ case 'string':

case 'LENGTH_LESS_THAN':
switch(typeof(typeof(pManyfest.getValueAtAddress(pRecord, pSearchAddress))))
switch(typeof(pManyfest.getValueAtAddress(pRecord, pSearchAddress)))
{

@@ -113,3 +113,2 @@ case 'string':

*/
let tmpStartIndex = pAddress.indexOf(_ConditionalStanzaStart);

@@ -116,0 +115,0 @@

@@ -67,3 +67,4 @@ /**

'files[]<<~?thumbnail,TRUE?~>>': {Name:'Thumbnail Files', Hash:'ThumbnailFiles'},
'files[]<<~?thumbnail,FALSE?~>>': {Name:'Not Thumbnail Files', Hash:'NotThumbnailFiles'}
'files[]<<~?thumbnail,FALSE?~>>': {Name:'Not Thumbnail Files', Hash:'NotThumbnailFiles'},
'files[]<<~?format,LENGTH_LESS_THAN,8?~>>': {Name:'Short Format Files', Hash:'ShortFormatFiles'}
}

@@ -98,2 +99,6 @@ });

let tmpShortFormatFiles = _Manyfest.getValueByHash(_SampleDataArchiveOrgFrankenberry, 'ShortFormatFiles');
Expect(tmpShortFormatFiles).to.be.an('array');
Expect(tmpShortFormatFiles.length).to.equal(1);
fTestComplete();

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