@arancini/core
Advanced tools
Comparing version 2.3.0 to 3.0.0
@@ -12,3 +12,3 @@ { | ||
"license": "MIT", | ||
"version": "2.3.0", | ||
"version": "3.0.0", | ||
"homepage": "https://github.com/isaac-mason/arancini", | ||
@@ -19,5 +19,6 @@ "bugs": { | ||
"scripts": { | ||
"test": "vitest run", | ||
"test": "vitest run --coverage", | ||
"test:watch": "vitest", | ||
"build": "preconstruct build", | ||
"build": "yarn build:before && rollup --config rollup.config.js --bundleConfigAsCjs", | ||
"build:before": "rm -rf dist", | ||
"storybook": "storybook dev -p 6006", | ||
@@ -28,6 +29,9 @@ "build-storybook": "storybook build" | ||
"@babel/core": "^7.21.4", | ||
"@babel/preset-env": "^7.21.4", | ||
"@babel/preset-env": "^7.22.7", | ||
"@babel/preset-typescript": "^7.21.4", | ||
"@mdx-js/react": "^2.3.0", | ||
"@preconstruct/cli": "^2.5.0", | ||
"@rollup/plugin-commonjs": "^24.0.1", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@rollup/plugin-terser": "^0.4.3", | ||
"@rollup/plugin-typescript": "^11.1.1", | ||
"@storybook/addon-essentials": "^7.0.18", | ||
@@ -40,4 +44,5 @@ "@storybook/addon-interactions": "^7.0.18", | ||
"@storybook/testing-library": "^0.1.0", | ||
"@typescript-eslint/eslint-plugin": "^5.59.9", | ||
"@typescript-eslint/eslint-plugin": "^5.60.0", | ||
"@typescript-eslint/parser": "^5.59.9", | ||
"@vitest/coverage-v8": "^0.33.0", | ||
"eslint": "^8.5.0", | ||
@@ -58,5 +63,8 @@ "eslint-config-airbnb": "^19.0.4", | ||
"react-dom": "^18.2.0", | ||
"rollup": "^3.26.3", | ||
"rollup-plugin-copy": "^3.4.0", | ||
"rollup-plugin-filesize": "^10.0.0", | ||
"storybook": "^7.0.18", | ||
"typescript": "^5.1.3", | ||
"vitest": "^0.30.1" | ||
"vitest": "^0.33.0" | ||
}, | ||
@@ -66,4 +74,5 @@ "files": [ | ||
], | ||
"main": "dist/arancini-core.cjs.js", | ||
"module": "dist/arancini-core.esm.js" | ||
"type": "module", | ||
"main": "dist/index.es.js", | ||
"types": "dist/index.d.ts" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1
Yes
128594
39
25
1251
1