Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uxf/core

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uxf/core - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

dist/index.d.ts

13

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

@@ -10,2 +10,3 @@ "author": "Petr Vejvoda <vejvoda@uxf.cz>",

"typings": "dist/index.d.ts",
"module": "dist/index.js",
"publishConfig": {

@@ -19,7 +20,7 @@ "access": "public"

"scripts": {
"build": "npm clean && npm compile",
"build": "npm run-script clean && npm run-script compile",
"clean": "rm -rf ./dist",
"compile": "tsc -p tsconfig.build.json",
"prepublish": "npm test && npm build",
"test": "npm run typecheck && jest --coverage",
"compile": "tsc -P tsconfig.build.json",
"prepublish": "npm run-script test && npm run-script build",
"test": "npm run-script typecheck && jest --coverage",
"typecheck": "tsc --noEmit --skipLibCheck"

@@ -37,3 +38,3 @@ },

},
"gitHead": "ef5161c5c108e7ef1ae2fc95395f08daa9af2627"
"gitHead": "756d20f19e4d0ab7b56d5091cee7e0668f239429"
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc