Socket
Socket
Sign inDemoInstall

@croz/nrich-form-configuration-core

Package Overview
Dependencies
20
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.1.1

4

dist/index.js

@@ -84,4 +84,4 @@ var __create = Object.create;

// src/store/form-configuration-store.ts
var import_zustand = __toESM(require("zustand"));
var useFormConfigurationStore = (0, import_zustand.default)((set) => ({
var import_zustand = require("zustand");
var useFormConfigurationStore = (0, import_zustand.create)((set) => ({
formYupConfigurations: [],

@@ -88,0 +88,0 @@ formConfigurationLoaded: false,

{
"name": "@croz/nrich-form-configuration-core",
"description": "Contains core utilities related to the nrich-form-configuration module",
"version": "2.1.0",
"version": "2.1.1",
"author": "CROZ",

@@ -9,3 +9,3 @@ "bugs": "https://github.com/croz-ltd/nrich-frontend/issues",

"yup": "^0.32.11",
"zustand": "^4.1.4"
"zustand": "^4.4.7"
},

@@ -12,0 +12,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc