New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@uniformdev/assets

Package Overview
Dependencies
Maintainers
8
Versions
650
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniformdev/assets - npm Package Compare versions

Comparing version
20.53.1-alpha.7
to
20.53.1
+1
-1
dist/index.esm.js

@@ -74,3 +74,3 @@ // src/AssetClient.ts

}
return /(img)\.(eu\.)?uniform\.(rocks|global)$/.test(new URL(imageUrl).hostname);
return /(img)\.(eu([1-9]\d*)?\.)?uniform\.(rocks|global)$/.test(new URL(imageUrl).hostname);
} catch (e) {

@@ -77,0 +77,0 @@ return false;

@@ -104,3 +104,3 @@ "use strict";

}
return /(img)\.(eu\.)?uniform\.(rocks|global)$/.test(new URL(imageUrl).hostname);
return /(img)\.(eu([1-9]\d*)?\.)?uniform\.(rocks|global)$/.test(new URL(imageUrl).hostname);
} catch (e) {

@@ -107,0 +107,0 @@ return false;

@@ -74,3 +74,3 @@ // src/AssetClient.ts

}
return /(img)\.(eu\.)?uniform\.(rocks|global)$/.test(new URL(imageUrl).hostname);
return /(img)\.(eu([1-9]\d*)?\.)?uniform\.(rocks|global)$/.test(new URL(imageUrl).hostname);
} catch (e) {

@@ -77,0 +77,0 @@ return false;

{
"name": "@uniformdev/assets",
"version": "20.53.1-alpha.7+1c3bd56284",
"version": "20.53.1",
"description": "Uniform Assets",

@@ -39,3 +39,3 @@ "license": "SEE LICENSE IN LICENSE.txt",

"dependencies": {
"@uniformdev/context": "20.53.1-alpha.7+1c3bd56284"
"@uniformdev/context": "20.53.1"
},

@@ -45,3 +45,3 @@ "devDependencies": {

},
"gitHead": "1c3bd56284db96f16318a18e62b3b6e83cb09f9b"
"gitHead": "2a33fdce31a3a0f83b7b762356e03cdd65013a42"
}