New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uio-appu/nettskjema-utils

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uio-appu/nettskjema-utils - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

dist/deliver/postSubmissionApi.js

@@ -18,2 +18,6 @@ "use strict";

case 'DATE':
case 'EMAIL':
case 'NAME':
case 'PHONE':
case 'SUBMISSION_REFERENCE':
case 'NUMBER':

@@ -20,0 +24,0 @@ case 'text':

@@ -34,2 +34,6 @@ "use strict";

case 'DATE':
case 'EMAIL':
case 'NAME':
case 'PHONE':
case 'SUBMISSION_REFERENCE':
case 'NUMBER':

@@ -36,0 +40,0 @@ case 'text':

2

dist/types.d.ts

@@ -40,3 +40,3 @@ export type NettskjemaInstance = 'dev' | 'dev2' | 'test' | 'prod';

type TextField = {
type: 'QUESTION' | 'QUESTION_MULTILINE' | 'NUMBER' | 'LINEAR_SCALE' | 'DATE' | 'text' | 'linearScale' | 'number';
type: 'QUESTION' | 'QUESTION_MULTILINE' | 'NUMBER' | 'LINEAR_SCALE' | 'DATE' | 'EMAIL' | 'NAME' | 'PHONE' | 'SUBMISSION_REFERENCE' | 'text' | 'linearScale' | 'number';
name: string;

@@ -43,0 +43,0 @@ answer: string;

{
"name": "@uio-appu/nettskjema-utils",
"version": "0.1.2",
"version": "0.1.3",
"description": "Utility functions for webapps integrating with Nettskjema",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc