Socket
Socket
Sign inDemoInstall

@orion-js/schema

Package Overview
Dependencies
14
Maintainers
2
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.7 to 3.0.17

3

lib/getValidationErrors/getValidationErrorsObject.js

@@ -7,2 +7,3 @@ "use strict";

const dot_object_1 = __importDefault(require("dot-object"));
const dot = new dot_object_1.default('.', false, true, false);
function getValidationErrorsObject(validationErrors) {

@@ -15,4 +16,4 @@ if (validationErrors.length === 0)

}
return dot_object_1.default.dot(errors);
return dot.dot(errors);
}
exports.default = getValidationErrorsObject;

@@ -74,2 +74,6 @@ import { FieldType } from '../fieldType';

fieldType?: string;
/**
* The field options that will be passed as props to the front-end field
*/
fieldOptions?: any;
}

@@ -76,0 +80,0 @@ export interface CurrentNodeInfoOptions {

{
"name": "@orion-js/schema",
"version": "3.0.7",
"version": "3.0.17",
"main": "lib/index.js",

@@ -15,25 +15,21 @@ "types": "lib/index.d.ts",

"build": "yarn run clean && tsc",
"watch": "yarn run clean && tsc -w",
"watch": "tsc -w",
"upgrade-interactive": "yarn upgrade-interactive",
"test": "jest --config jest.config.js"
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"dot-object": "^1.9.0",
"dot-object": "^2.1.4",
"lodash": "^4.17.10"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@types/eslint": "^7.28.2",
"@types/eslint": "^7.29.0",
"@types/jest": "27.0.2",
"@types/lodash": "4.14.176",
"@types/node": "16.11.1",
"@typescript-eslint/eslint-plugin": "5.1.0",
"@typescript-eslint/parser": "5.1.0",
"eslint": "8.0.1",
"eslint-plugin-import": "2.25.2",
"jest": "26.6.3",
"ts-jest": "26.5.6",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
"eslint": "8.2.0",
"eslint-plugin-import": "2.25.3",
"jest": "27.3.1",
"ts-jest": "27.0.7",
"typescript": "^4.4.4"

@@ -44,3 +40,3 @@ },

},
"gitHead": "1eb98fb22afbccb18f25b7f895b895b6b68bbfd4"
"gitHead": "55e56828a55b355ec68f91c11d942676bbeb241b"
}
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