Socket
Socket
Sign inDemoInstall

@hookstate/validation

Package Overview
Dependencies
4
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

dist/index.d.ts.map

1

dist/index.d.ts
export * from './Validation';
//# sourceMappingURL=index.d.ts.map

@@ -19,1 +19,2 @@ import { Plugin, Path, State } from '@hookstate/core';

export declare function Validation<S>($this: State<S>): ValidationExtensions<S>;
//# sourceMappingURL=Validation.d.ts.map

75

package.json
{
"name": "@hookstate/validation",
"version": "3.0.0",
"version": "3.0.1",
"description": "Plugin for @hookstate/core to enable validation of data state.",

@@ -19,51 +19,44 @@ "license": "MIT",

"jsnext:main": "dist/index.es.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"types": "dist/index.d.ts",
"scripts": {
"start": "rollup -c -w",
"build": "rollup -c",
"build:watch": "yarn run start",
"lint": "tslint --project .",
"build:w": "rollup -c -w",
"build:docs": "typedoc --plugin typedoc-plugin-markdown --hideBreadcrumbs --tsconfig ./tsconfig.typedoc.json --exclude \"dist/**.js\" --gitRevision master --includeDeclarations --excludeExternals --excludeNotExported --categorizeByGroup false --readme none --hideGenerator --mode file --out dist/docs && concat-md --decrease-title-levels --dir-name-as-title dist/docs > dist/typedoc.md && rimraf dist/docs && replace '></a>' '/>' dist/typedoc.md && replace 'Ƭ [*][*]([A-Za-z0-9]+)[*][*]: [*](.*)[*]' 'Ƭ **$1**: *`$2`*' dist/typedoc.md && replace 'Ƭ [*][*]State[*][*]: [*](.*)[*]' 'Ƭ **State**: *[StateMixin](#interfacesstatemixinmd) & `S extends object` ? `{ readonly [K in keyof Required<S>]: State<S[K]> }` : [StateMethods](#interfacesstatemethodsmd)*' dist/typedoc.md && replace '[(]statemethods.md#\\[self\\][)]' '(#self)' dist/typedoc.md && replace '[(]statemixin.md#\\[self\\][)]' '(#self-1)' dist/typedoc.md && replace '[(]statemixindestroy.md#\\[self\\][)]' '(#self-2)' dist/typedoc.md && replace '# @hookstate/core' '' dist/typedoc.md && replace '<a name=\"readmemd\"/>' '\n---\nid: typedoc-hookstate-core\ntitle: API @hookstate/core\n---' dist/typedoc.md && replace '\n\n(---)' '$1' dist/typedoc.md && mv dist/typedoc.md ../docs/index/docs/typedoc-hookstate-core.md",
"clean": "rimraf dist",
"clean-deps": "rimraf node_modules",
"test": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"check-updates": "ncu",
"apply-updates": "ncu -u",
"prepare": "yarn build"
"test": "cross-env CI=1 jest --env=jsdom",
"test:w": "jest --env=jsdom --watch",
"release": "npm publish",
"update:deps": "ncu -u"
},
"dependencies": {},
"peerDependencies": {
"@hookstate/core": "^3.0.0"
"@hookstate/core": "^3.0.0 || ^4.0.0"
},
"devDependencies": {
"@babel/core": "7.10.5",
"@babel/runtime": "7.10.5",
"@hookstate/core": "3.0.0",
"@rollup/plugin-babel": "5.1.0",
"@rollup/plugin-commonjs": "14.0.0",
"@rollup/plugin-node-resolve": "8.4.0",
"@rollup/plugin-url": "5.0.1",
"@testing-library/react": "10.4.6",
"@testing-library/react-hooks": "3.3.0",
"@types/jest": "26.0.4",
"@types/lodash.clonedeep": "4.5.6",
"@types/lodash.isequal": "4.5.5",
"@types/react": "16.9.43",
"@types/react-dom": "16.9.8",
"cross-env": "7.0.2",
"npm-check-updates": "7.0.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-scripts": "3.4.1",
"react-test-renderer": "16.13.1",
"@babel/core": "7.18.2",
"@babel/runtime": "7.18.3",
"@hookstate/core": "workspace:*",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "22.0.0",
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-url": "7.0.0",
"@testing-library/react": "13.2.0",
"@testing-library/react-hooks": "8.0.0",
"@types/jest": "27.5.1",
"@types/lodash.clonedeep": "4.5.7",
"@types/lodash.isequal": "4.5.6",
"@types/node": "^17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"cross-env": "7.0.3",
"npm-check-updates": "13.0.3",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-test-renderer": "18.1.0",
"rimraf": "3.0.2",
"rollup": "2.21.0",
"rollup-plugin-peer-deps-external": "2.2.3",
"rollup-plugin-typescript2": "0.27.1",
"tslint": "6.1.2",
"tslint-react": "5.0.0",
"typescript": "3.9.6"
"rollup": "2.75.0",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-typescript2": "0.31.2",
"tslib": "^2.4.0",
"typescript": "4.7.2"
},

@@ -70,0 +63,0 @@ "files": [

@@ -0,0 +0,0 @@ # @hookstate/validation

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc