@symbo.ls/atoms
Advanced tools
Comparing version 2.10.190 to 2.10.198
{ | ||
"name": "@symbo.ls/atoms", | ||
"version": "2.10.190", | ||
"version": "2.10.198", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "77593801d64c1a4cc8fe6dcdd8f22558cb4817f7", | ||
"gitHead": "7ff355eb06c0bd54608f39225a9cb55bc5234324", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "@domql/utils": "latest", |
@@ -49,3 +49,4 @@ 'use strict' | ||
} | ||
return `url(${v})` | ||
else if (v.includes('/') || v.includes('http')) return `url(${v})` | ||
return v | ||
}).join(' ') | ||
@@ -52,0 +53,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
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
40232
1094