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

@uniformdev/assets

Package Overview
Maintainers
8
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniformdev/assets - npm Package Compare versions

Source code not available
We could not scan this package. Some page functionalities have been disabled
Comparing version
20.72.3-alpha.14
to
20.72.3-alpha.23
+6
-5
package.json
{
"name": "@uniformdev/assets",
"version": "20.72.3-alpha.14+1e232e59cd",
"version": "20.72.3-alpha.23+cbe06f1e8a",
"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-alpha.14+1e232e59cd",
"@uniformdev/files": "20.72.3-alpha.14+1e232e59cd"
"@uniformdev/context": "20.72.3-alpha.23+cbe06f1e8a",
"@uniformdev/files": "20.72.3-alpha.23+cbe06f1e8a"
},

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

},
"gitHead": "1e232e59cd3ded97b85b063986cc95e954b8c937"
"gitHead": "cbe06f1e8a5bb93b0e3cae6b1c8774f21c10506e"
}

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

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