programmingwiki
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "programmingwiki", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A package which is used to fetch programming articles from a RESTful API.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
import axios from 'axios'; | ||
const url = "https://programmingwiki.up.railway.app/"; | ||
const url = "https://programmingwiki.onrender.com/"; | ||
@@ -5,0 +5,0 @@ async function all() { |
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
3740