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.12 to 1.0.13

2

.config/configstore/update-notifier-npm.json
{
"optOut": false,
"lastUpdateCheck": 1666107934926
"lastUpdateCheck": 1666359250724
}
{
"name": "manyfest",
"version": "1.0.12",
"version": "1.0.13",
"description": "JSON Object Manifest for Data Description and Parsing",

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

@@ -64,2 +64,7 @@ /**

if ((tmpObjectType == 'object') && (pObject == null))
{
tmpObjectType = 'null';
}
switch(tmpObjectType)

@@ -79,2 +84,3 @@ {

case 'undefined':
case 'null':
tmpSchemaObjectEntry.DataType = 'Any';

@@ -81,0 +87,0 @@ tmpSchemaObjectEntry.Default = pObject;

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

"a": "CarrotCost",
"b": "AppleCost"
"b": "AppleCost",
"c": null
}

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