Socket
Socket
Sign inDemoInstall

@talend/json-schema-form-core

Package Overview
Dependencies
2
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

src/canonical-title-map.spec.js

6

CHANGELOG.md
# @talend/json-schema-form-core
## 1.2.1
### Patch Changes
- c468f2f: chore: upgrade dependencies
## 1.2.0

@@ -4,0 +10,0 @@

20

package.json
{
"name": "@talend/json-schema-form-core",
"version": "1.2.0",
"version": "1.2.1",
"description": "JSON-Schema and JSON-UI-Schema utilities for form generation.",

@@ -12,3 +12,3 @@ "main": "dist/index.js",

"test:cov": "npm run test",
"test": "echo need to fix all tests before"
"test": "talend-scripts test"
},

@@ -43,9 +43,9 @@ "author": "json-schema-form",

"devDependencies": {
"@talend/eslint-config": "^13.0.0",
"@talend/eslint-plugin": "^1.0.1",
"@talend/scripts-core": "^16.1.1",
"@talend/scripts-config-react-webpack": "^16.2.0",
"@talend/scripts-config-typescript": "^11.1.0",
"@talend/babel-plugin-import-from-index": "^1.5.1",
"@talend/babel-plugin-assets-api": "^1.1.0",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.2",
"@talend/scripts-config-react-webpack": "^16.3.3",
"@talend/scripts-config-typescript": "^11.2.0",
"@talend/babel-plugin-import-from-index": "^1.6.1",
"@talend/babel-plugin-assets-api": "^1.2.1",
"@types/chai": "^3.5.2",

@@ -55,3 +55,3 @@ "@types/node": "^6.14.13",

"rimraf": "^3.0.2",
"webpack": "^5.88.2"
"webpack": "^5.89.0"
},

@@ -58,0 +58,0 @@ "dependencies": {

import tv4index from 'tv4';
// eslint-disable-next-line prettier/prettier
import canonicalTitleMapImp from './lib/canonical-title-map';
import * as schemaDefaultsImp from './schema-defaults';
// eslint-disable-next-line prettier/prettier
import * as schemaDefaultsImp from './lib/schema-defaults';
import * as sfPathImp from './sf-path';
// eslint-disable-next-line prettier/prettier
import * as sfPathImp from './lib/sf-path';
import canonicalTitleMapImp from './canonical-title-map';
export { merge } from './lib/merge';
export { select } from './lib/select';
export { jsonref } from './lib/resolve';
export { traverseSchema, traverseForm } from './lib/traverse';
export { validate } from './lib/validate';
export { merge } from './merge';
export { select } from './select';
export { jsonref } from './resolve';
export { traverseSchema, traverseForm } from './traverse';
export { validate } from './validate';

@@ -16,0 +16,0 @@ export const sfPath = sfPathImp;

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc