@semantic-ui/utils
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@semantic-ui/utils", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"type": "module", | ||
@@ -9,2 +9,10 @@ "main": "src/utils.js", | ||
"license": "ISC", | ||
"scripts": { | ||
"publish": "wireit" | ||
}, | ||
"wireit": { | ||
"publish": { | ||
"command": "npm publish" | ||
} | ||
}, | ||
"devDependencies": { | ||
@@ -11,0 +19,0 @@ "vitest": "^1.5.2" |
@@ -52,2 +52,11 @@ /* | ||
/*------------------- | ||
XHR | ||
--------------------*/ | ||
export const getText = async (src) => { | ||
const response = await fetch(src); | ||
return await response.text(); | ||
}; | ||
/*------------------- | ||
Types | ||
@@ -54,0 +63,0 @@ --------------------*/ |
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
Network access
Supply chain riskThis module accesses the network.
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
45667
1262
1