@formeum/core
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@formeum/core", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "dist/cjs/index.js", | ||
@@ -12,6 +12,12 @@ "module": "dist/esm/index.js", | ||
"test": "jest", | ||
"test:ci": "npm run test -- --ci", | ||
"build": "rollup -c", | ||
"eslint": "eslint --max-warnings=0 --fix src/**/*", | ||
"eslint": "eslint --max-warnings=0 --fix src/**/*.ts{,x}", | ||
"eslint:ci": "eslint --max-warnings=0 src/**/*.ts{,x}", | ||
"prettier": "prettier --write ./src", | ||
"prettier:ci": "prettier --check ./src", | ||
"storybook": "start-storybook -p 6006", | ||
"build-storybook": "build-storybook" | ||
"build-storybook": "build-storybook", | ||
"codecov": "codecov", | ||
"docs": "typedoc --out docs src/lib/index.ts" | ||
}, | ||
@@ -44,3 +50,5 @@ "author": "Sam Boylett", | ||
"babel-loader": "^8.2.5", | ||
"codecov": "^3.8.3", | ||
"eslint": "^8.26.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-react": "^7.31.10", | ||
@@ -50,2 +58,3 @@ "eslint-plugin-storybook": "^0.6.6", | ||
"jest-environment-jsdom": "^29.2.2", | ||
"prettier": "^2.7.1", | ||
"react": "^18.2.0", | ||
@@ -63,6 +72,7 @@ "react-dom": "^18.2.0", | ||
"promise-latest": "^1.0.4", | ||
"react-fast-context": "^0.1.4", | ||
"react-fast-context": "^0.1.5", | ||
"ts-toolbelt": "^9.6.0", | ||
"typedoc": "^0.23.20", | ||
"use-event-callback": "^0.1.0" | ||
} | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
1
68
6772
7
36
2
0
2
+ Addedtypedoc@^0.23.20
+ Addedansi-sequence-parser@1.1.3(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@2.0.1(transitive)
+ Addedjsonc-parser@3.3.1(transitive)
+ Addedlunr@2.3.9(transitive)
+ Addedmarked@4.3.0(transitive)
+ Addedminimatch@7.4.6(transitive)
+ Addedshiki@0.14.7(transitive)
+ Addedtypedoc@0.23.28(transitive)
+ Addedtypescript@5.0.4(transitive)
+ Addedvscode-oniguruma@1.7.0(transitive)
+ Addedvscode-textmate@8.0.0(transitive)
Updatedreact-fast-context@^0.1.5