🎩 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
743
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.4-alpha.13
to
20.72.4-alpha.16
+6
-5
package.json
{
"name": "@uniformdev/assets",
"version": "20.72.4-alpha.13+a24dcae01b",
"version": "20.72.4-alpha.16+0254f3a82e",
"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.4-alpha.13+a24dcae01b",
"@uniformdev/files": "20.72.4-alpha.13+a24dcae01b"
"@uniformdev/context": "20.72.4-alpha.16+0254f3a82e",
"@uniformdev/files": "20.72.4-alpha.16+0254f3a82e"
},

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

},
"gitHead": "a24dcae01b019225974c60290cfef988f1405ea8"
"gitHead": "0254f3a82ed24bc02a26abbb3b7c453c44f0f8a8"
}

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

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