🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@uniformdev/assets

Package Overview
Dependencies
Maintainers
8
Versions
744
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.72.3
to
20.72.4-alpha.6
+6
-5
package.json
{
"name": "@uniformdev/assets",
"version": "20.72.3",
"version": "20.72.4-alpha.6+93c66ff08a",
"description": "Uniform Assets",

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

"build": "run-s update-openapi build:ts",
"build:ts": "tsup",
"build:ts": "tsup && pnpm test:types",
"dev": "run-s update-openapi dev:ts",

@@ -30,2 +30,3 @@ "dev:ts": "tsup --watch",

"test": "vitest run",
"test:types": "tsc --ignoreConfig --noEmit --strict --skipLibCheck --module esnext --moduleResolution bundler --target es2018 type-tests/imageFrom.ts",
"format": "prettier --write \"src/**/*.{js,ts,tsx}\"",

@@ -41,4 +42,4 @@ "update-openapi": "tsx ./scripts/update-openapi.cts"

"dependencies": {
"@uniformdev/context": "20.72.3",
"@uniformdev/files": "20.72.3"
"@uniformdev/context": "20.72.4-alpha.6+93c66ff08a",
"@uniformdev/files": "20.72.4-alpha.6+93c66ff08a"
},

@@ -48,3 +49,3 @@ "devDependencies": {

},
"gitHead": "184e00fccf2a16deebbcf5865e2b39ca1380f745"
"gitHead": "93c66ff08aa52bcdf60dd38e32e6e39f6ddebab6"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display