Comparing version 1.1.0 to 1.1.1
@@ -1,1 +0,1 @@ | ||
{"version":2,"languages":{"nodejs-npm":{"specfileHash":"16c2a657136a4cc7fb0569af84fdc9c6","lockfileHash":"a8da7d5a7e0f6a7fe6cc24da782b34a7","guessedImports":["node-fetch"],"guessedImportsHash":"51266e8e25b3d5e637d3474eb13a80d8"}}} | ||
{"version":2,"languages":{"nodejs-npm":{"specfileHash":"7dd5a0b08b3ee052baf4fed0385ca7e4","lockfileHash":"968e86dfbef0999a0e732249b04c2713","guessedImports":["node-fetch"],"guessedImportsHash":"51266e8e25b3d5e637d3474eb13a80d8"}}} |
{ | ||
"name": "animality", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A simple API wrapper that generates images & facts of any animal", | ||
@@ -13,2 +13,6 @@ "main": "index.js", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/VeryHamburger/animality" | ||
}, | ||
"keywords": [ | ||
@@ -21,3 +25,3 @@ "animal", | ||
"author": "Hamburger", | ||
"license": "ISC" | ||
"license": "MIT" | ||
} |
@@ -45,4 +45,4 @@ # animality | ||
{ | ||
image: "random cat image link", | ||
fact: "random cat fact" | ||
"image": "random cat image link", | ||
"fact": "random cat fact" | ||
} | ||
@@ -66,6 +66,6 @@ ``` | ||
{ | ||
name: "animal name" | ||
image: "random animal image link", | ||
fact: "random animal fact" | ||
"name": "animal name" | ||
"image": "random animal image link", | ||
"fact": "random animal fact" | ||
} | ||
``` |
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
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
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
6678
0