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.2.1 to 0.2.2

6

lib/PropertyDefinition.js

@@ -126,2 +126,8 @@ var util = require("util");

}
if (properties.parent.throwOnInvalid && (!_validValue || !_validType)){
console.log("Property: " + self.name);
console.log(_validationMessages.join("\n"));
throw new Error("INVALID");
}
}

@@ -128,0 +134,0 @@

8

package.json
{
"name": "nature",
"version": "0.2.1",
"version": "0.2.2",
"description": "Classify the things in your world and how they interact.",

@@ -14,10 +14,10 @@ "main": "lib/nature.js",

"dependencies": {
"underscore": "~1.4.3"
"underscore": "~1.5.2"
},
"devDependencies": {
"mocha": "~1.7",
"mocha": "~1.17",
"grunt": "~0.4.1",
"yuidoc2md": "~0.2.2",
"grunt-boil": "~0.4.0"
"grunt-boil": "~0.5.0"
}
}

@@ -0,5 +1,6 @@

[![NPM version](https://badge.fury.io/js/nature.png)](http://badge.fury.io/js/nature)
[![Dependency Status](https://david-dm.org/75lb/nature.png)](https://david-dm.org/75lb/nature)
![Analytics](https://ga-beacon.appspot.com/UA-27725889-9/nature/README.md?pixel)
***library under construction***
[![NPM version](https://badge.fury.io/js/nature.png)](http://badge.fury.io/js/nature)
Nature

@@ -486,7 +487,2 @@ ======

[![NPM](https://nodei.co/npm-dl/nature.png?months=1)](https://nodei.co/npm/nature/)
[![githalytics.com alpha](https://cruel-carlota.pagodabox.com/c5ed60ded97e6bf11b24cf4d3c41fe97 "githalytics.com")](http://githalytics.com/75lb/nature)
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/75lb/nature/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
[![NPM](https://nodei.co/npm-dl/nature.png?months=3)](https://nodei.co/npm/nature/)

@@ -22,2 +22,3 @@ var assert = require("assert"),

it("scrap constructor to remove need for Thing.call(this)");
it("should emit 'invalid' when thing changes from valid to invalid");

@@ -24,0 +25,0 @@ var _thing;

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