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.0 to 0.2.1

2

lib/Thing.js

@@ -6,3 +6,3 @@ "use strict";

_ = require("underscore"),
PropertyDefinition = require("./propertyDefinition"),
PropertyDefinition = require("./PropertyDefinition"),
EventEmitter = require("events").EventEmitter;

@@ -9,0 +9,0 @@

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

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

var assert = require("assert"),
Definition = require("../lib/propertyDefinition");
Definition = require("../lib/PropertyDefinition");

@@ -4,0 +4,0 @@ describe("PropertyDefinition", function(){

var assert = require("assert"),
_ = require("underscore"),
Thing = require("../lib/thing"),
PropertyDefinition = require("../lib/propertyDefinition");
Thing = require("../lib/Thing"),
PropertyDefinition = require("../lib/PropertyDefinition");

@@ -6,0 +6,0 @@ it("should toArray()");

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