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.0 to 1.0.2

coverage/clover.xml

11

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

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

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

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

"scripts": {
"build": "yarn clean && yarn compile",
"build": "npm clean && npm compile",
"clean": "rm -rf ./dist",
"compile": "tsc -p tsconfig.build.json",
"prepublish": "yarn test && yarn build",
"test": "jest"
"prepublish": "npm test && npm build",
"test": "jest --coverage"
},

@@ -35,3 +36,3 @@ "bugs": {

},
"gitHead": "a2dee6aa67621f6eda17e63e88d0edf14f88455a"
"gitHead": "f65b7fb3b1ee6e8d3d7a83f09e7003a0276d9b46"
}

@@ -1,1 +0,2 @@

export * from "./Validators/Validator"
export * from "./Validators/Validator";
export * from "./Validators/FormValidator";
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