@pladaria/ui
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@pladaria/ui", | ||
"version": "1.0.0", | ||
"main": "build/index.js", | ||
"files": [ | ||
"build/*" | ||
], | ||
"license": "MIT", | ||
"scripts": { | ||
"clean": "rm -rf build", | ||
"build": "yarn clean && yarn build-lib && yarn build-types", | ||
"watch": "yarn build-lib --watch & yarn build-types -w", | ||
"build-lib": "babel --extensions '.tsx' --out-dir build src", | ||
"build-types": "tsc --build tsconfig-production.json" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-jss": "^10.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.10.5", | ||
"@babel/core": "^7.10.5", | ||
"@babel/preset-react": "^7.10.4", | ||
"@babel/preset-typescript": "^7.10.4", | ||
"@types/react": "^16.9.43", | ||
"@types/react-dom": "^16.9.8", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-jss": "^10.0.0", | ||
"typescript": "^3.8.3" | ||
}, | ||
"dependencies": { | ||
"clsx": "^1.1.0" | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"engines": { | ||
"node": ">=10" | ||
}, | ||
"scripts": { | ||
"start": "tsdx watch", | ||
"build": "tsdx build", | ||
"test": "tsdx test --passWithNoTests", | ||
"lint": "tsdx lint", | ||
"prepare": "tsdx build", | ||
"storybook": "start-storybook -p 6006", | ||
"build-storybook": "build-storybook" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=16", | ||
"react-jss": ">=10" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "tsdx lint" | ||
} | ||
}, | ||
"name": "@pladaria/ui", | ||
"author": "Pedro Ladaria", | ||
"module": "dist/ui.esm.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.11.1", | ||
"@storybook/addon-actions": "^5.3.19", | ||
"@storybook/addon-docs": "^5.3.19", | ||
"@storybook/addon-info": "^5.3.19", | ||
"@storybook/addon-links": "^5.3.19", | ||
"@storybook/addons": "^5.3.19", | ||
"@storybook/react": "^5.3.19", | ||
"@types/react": "^16.9.45", | ||
"@types/react-dom": "^16.9.8", | ||
"babel-loader": "^8.1.0", | ||
"husky": "^4.2.5", | ||
"prettier": "^2.0.5", | ||
"react": "^16.13.1", | ||
"react-docgen-typescript-loader": "^3.7.2", | ||
"react-dom": "^16.13.1", | ||
"react-is": "^16.13.1", | ||
"react-jss": "^10.3.0", | ||
"ts-loader": "^8.0.2", | ||
"tsdx": "^0.13.2", | ||
"tslib": "^2.0.1", | ||
"typescript": "^3.9.7" | ||
}, | ||
"dependencies": { | ||
"clsx": "^1.1.1" | ||
} | ||
} |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
74282
3
26
840
1
1
4
21
2
2
1
+ Addedreact@18.3.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedscheduler@0.19.1(transitive)
Updatedclsx@^1.1.1