Comparing version 0.1.4 to 1.0.0
{ | ||
"name": "react-tilt", | ||
"version": "0.1.4", | ||
"description": "Tilt for react.js", | ||
"main": "dist/tilt.js", | ||
"author": "Jonathan Dion <jonathandionalary@gmail.com> (http://jonathandion.com/)", | ||
"version": "1.0.0", | ||
"description": "Tilt for React JS", | ||
"author": "Jonathan Dion <jonathandionalary@gmail.com> (https://github.com/jonathandion/)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/jonathandion/react-tilt/issues" | ||
}, | ||
"keywords": [ | ||
@@ -12,20 +14,29 @@ "react", | ||
"tilt", | ||
"hover" | ||
"hover", | ||
"parallax" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/jonathandion/react-tilt/issues" | ||
}, | ||
"scripts": { | ||
"build": "babel ./src --out-dir ./dist" | ||
}, | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist/**/*.js", | ||
"dist/**/*.d.ts" | ||
], | ||
"peerDependencies": { | ||
"react": "^15.0.0 || ^16.0.0-beta || ^16.0.0", | ||
"react-dom": "^15.0.0 || ^16.0.0-beta || ^16.0.0" | ||
"@types/react": "^18.0.29", | ||
"@types/react-dom": "^18.0.11", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1", | ||
"babel-plugin-transform-object-rest-spread": "^6.23.0", | ||
"babel-preset-env": "^1.4.0", | ||
"babel-preset-react": "^6.24.1" | ||
"@types/react": "^18.0.29", | ||
"@types/react-dom": "^18.0.11", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
"scripts": { | ||
"build": "tsup && pnpm run types", | ||
"dev": "tsup --watch", | ||
"types": "tsup --dts-only", | ||
"types:check": "tsc --noEmit" | ||
} | ||
} | ||
} |
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
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
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
6478
4
3
175
1
0
1