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

nature

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nature - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

12

lib/Model.js

@@ -521,7 +521,9 @@ "use strict";

for (var property in this._definitionList){
output.push("--" + property);
if (quote){
output.push("\"" + this[property] + "\"");
} else {
output.push(this[property]);
if (this[property] !== undefined){
output.push("--" + property);
if (quote){
output.push("\"" + this[property] + "\"");
} else {
output.push(this[property]);
}
}

@@ -528,0 +530,0 @@ }

{
"name": "nature",
"version": "0.4.1",
"version": "0.4.2",
"description": "Classify the things in your world and how they interact.",

@@ -5,0 +5,0 @@ "main": "lib/nature.js",

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