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.5.7 to 0.6.1

bin/cli.js

46

package.json
{
"name": "nature",
"version": "0.5.7",
"description": "Classify the things in your world and how they interact.",
"main": "lib/nature.js",
"scripts": {
"test": "tape test/*.js"
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "0.6.1",
"description": "Naturalise your inventory",
"repository": {
"type": "git",
"url": "git+https://github.com/75lb/nature.git"
},
"repository": "https://github.com/75lb/nature.git",
"author": "Lloyd Brookes",
"type": "module",
"exports": {
"./strategy": "./lib/strategy.js",
"./completion-report": "./lib/completion-report.js"
},
"bin": {
"nature": "bin/cli.js"
},
"keywords": [],
"license": "MIT",
"dependencies": {
"array-tools": "^1.0.6",
"object-tools": "^1.0.3",
"typical": "^1.0.0"
"engines": {
"node": ">=14.8"
},
"devDependencies": {
"tape": "^2.13.2"
"scripts": {
"test": "npm run test:ci",
"test:ci": ""
},
"files": [
"index.js",
"bin",
"lib",
"dist"
],
"standard": {
"ignore": [
"tmp",
"dist"
],
"envs": []
}
}
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