Socket
Socket
Sign inDemoInstall

@form8ion/core

Package Overview
Dependencies
14
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.1 to 3.2.2

42

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "3.2.1",
"version": "3.2.2",
"engines": {

@@ -63,18 +63,18 @@ "node": "^16.14 || >=18"

"js-yaml": "^4.1.0",
"spdx-license-list": "6.7.0"
"spdx-license-list": "6.8.0"
},
"devDependencies": {
"@babel/register": "7.22.5",
"@cucumber/cucumber": "9.4.0",
"@form8ion/babel-preset": "1.6.110",
"@form8ion/commitlint-config": "1.0.55",
"@form8ion/eslint-config": "6.0.3",
"@babel/register": "7.22.15",
"@cucumber/cucumber": "9.6.0",
"@form8ion/babel-preset": "1.6.116",
"@form8ion/commitlint-config": "1.0.61",
"@form8ion/eslint-config": "7.0.3",
"@form8ion/eslint-config-cucumber": "1.4.1",
"@form8ion/eslint-config-mocha": "3.0.0",
"@form8ion/remark-lint-preset": "6.0.0",
"@rollup/plugin-babel": "6.0.3",
"@travi/any": "2.1.8",
"ban-sensitive-files": "1.10.0",
"@form8ion/eslint-config-mocha": "3.0.1",
"@form8ion/remark-lint-preset": "6.0.2",
"@rollup/plugin-babel": "6.0.4",
"@travi/any": "3.0.1",
"ban-sensitive-files": "1.10.1",
"c8": "8.0.1",
"chai": "4.3.8",
"chai": "4.3.10",
"cross-env": "7.0.3",

@@ -88,12 +88,12 @@ "cz-conventional-changelog": "3.3.0",

"mock-fs": "5.2.0",
"npm-run-all2": "6.0.6",
"publint": "0.2.2",
"remark-cli": "11.0.0",
"remark-toc": "8.0.1",
"remark-usage": "10.0.1",
"rimraf": "5.0.1",
"rollup": "3.28.1",
"npm-run-all2": "6.1.1",
"publint": "0.2.5",
"remark-cli": "12.0.0",
"remark-toc": "9.0.0",
"remark-usage": "11.0.0",
"rimraf": "5.0.5",
"rollup": "4.1.5",
"rollup-plugin-auto-external": "2.0.0",
"sinon": "15.2.0"
"sinon": "17.0.0"
}
}

@@ -21,2 +21,4 @@ # core

* [`validateOptions`](#validateoptions)
* [`schema` (_required_)](#schema-required)
* [`options` (_required_)](#options-required)
* [`applyEnhancers`](#applyenhancers)

@@ -81,2 +83,10 @@ * [`results` __object__ (_required_)](#results-object-required)

##### `schema` (_required_)
[joi](https://joi.dev/) schema
##### `options` (_required_)
options to compare to the provided schema
#### `applyEnhancers`

@@ -83,0 +93,0 @@

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