Comparing version 0.5.7 to 0.6.1
{ | ||
"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": [] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
0
0
0
Yes
3247
7
86
5
- Removedarray-tools@^1.0.6
- Removedobject-tools@^1.0.3
- Removedtypical@^1.0.0
- Removedarray-tools@1.8.6(transitive)
- Removedobject-tools@1.6.7(transitive)
- Removedtypical@1.0.02.6.1(transitive)