Socket
Socket
Sign inDemoInstall

@uxf/core

Package Overview
Dependencies
3
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.10.0 to 10.10.1

2

package.json
{
"name": "@uxf/core",
"version": "10.10.0",
"version": "10.10.1",
"description": "UXF Core",

@@ -5,0 +5,0 @@ "author": "Petr Vejvoda <vejvoda@uxf.cz>",

@@ -76,7 +76,7 @@ "use strict";

route: "/generated/static/:width(\\d+|x)_:height(\\d+|x)_:fit([a-z]+)_:position([a-z]+)_:background([a-z]+)_:trim([a-z]+)_:quality(\\d+|x)/:version/:filename(*).:extension.:toFormat",
source: `${generatedFilesUrl}/:filename+.:extension`,
source: `${staticFilesUrl}/:filename+.:extension`,
},
{
route: "/generated/:namespace/:p1/:p2/:filename([a-f0-9\\-]+)_:width(\\d+|x)_:height(\\d+|x)_:fit([a-z]+)_:position([a-z]+)_:background([a-z]+)_:trim([a-z]+)_:quality(\\d+|x)_:extension.:toFormat",
source: `${staticFilesUrl}/upload/:namespace/:p1/:p2/:filename.:extension`,
source: `${generatedFilesUrl}/upload/:namespace/:p1/:p2/:filename.:extension`,
},

@@ -83,0 +83,0 @@ ];

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc