@arancini/core
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -13,3 +13,3 @@ { | ||
"license": "MIT", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"homepage": "https://github.com/isaac-mason/arancini", | ||
@@ -22,5 +22,3 @@ "bugs": { | ||
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch", | ||
"dev": "vite", | ||
"build": "tsc && vite build", | ||
"preview": "vite preview", | ||
"build": "preconstruct build", | ||
"storybook": "start-storybook -p 6006", | ||
@@ -33,2 +31,3 @@ "build-storybook": "build-storybook" | ||
"@mdx-js/react": "^1.6.22", | ||
"@preconstruct/cli": "^2.3.0", | ||
"@storybook/addon-actions": "^6.5.9", | ||
@@ -62,5 +61,3 @@ "@storybook/addon-docs": "^6.5.9", | ||
"ts-jest": "^28.0.5", | ||
"typescript": "^4.5.4", | ||
"vite": "^2.9.9", | ||
"vite-plugin-dts": "^1.2.0" | ||
"typescript": "^4.5.4" | ||
}, | ||
@@ -70,11 +67,4 @@ "files": [ | ||
], | ||
"main": "./dist/index.umd.js", | ||
"module": "./dist/index.es.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.es.js", | ||
"require": "./dist/index.umd.js" | ||
} | ||
} | ||
"main": "dist/arancini-core.cjs.js", | ||
"module": "dist/arancini-core.esm.js" | ||
} |
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
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
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
230168
33
29
7569
2
1