@studio-freight/react-locomotive-scroll
Advanced tools
Comparing version 0.2.2 to 0.3.0
{ | ||
"name": "@studio-freight/react-locomotive-scroll", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"description": "A locomotive-scroll React wrapper", | ||
@@ -50,26 +50,27 @@ "main": "module/index.js", | ||
"dependencies": { | ||
"use-debounce": "^7.0.0", | ||
"use-resize-observer": "^8.0.0" | ||
"use-debounce": "^7.0.1", | ||
"use-resize-observer": "^8.0.0", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^13.1.0", | ||
"@commitlint/config-conventional": "^13.1.0", | ||
"@commitlint/cli": "^15.0.0", | ||
"@commitlint/config-conventional": "^15.0.0", | ||
"@release-it/conventional-changelog": "^3.3.0", | ||
"@types/react": "^17.0.19", | ||
"@typescript-eslint/eslint-plugin": "^4.30.0", | ||
"@typescript-eslint/parser": "^4.30.0", | ||
"@types/react": "^17.0.37", | ||
"@typescript-eslint/eslint-plugin": "^5.7.0", | ||
"@typescript-eslint/parser": "^5.7.0", | ||
"commitizen": "^4.2.4", | ||
"dotenv-cli": "^4.0.0", | ||
"eslint": "^7.32.0", | ||
"dotenv-cli": "^4.1.1", | ||
"eslint": "^8.4.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"husky": "^7.0.2", | ||
"lint-staged": "^11.1.2", | ||
"prettier": "^2.3.2", | ||
"prettier-plugin-organize-imports": "^2.3.3", | ||
"release-it": "^14.11.5", | ||
"typescript": "^4.4.2" | ||
"husky": "^7.0.4", | ||
"lint-staged": "^12.1.2", | ||
"prettier": "^2.5.1", | ||
"prettier-plugin-organize-imports": "^2.3.4", | ||
"release-it": "^14.11.8", | ||
"typescript": "^4.5.4" | ||
}, | ||
"peerDependencies": { | ||
"locomotive-scroll": "^4.1.1", | ||
"react": "^17.0.2" | ||
"@studio-freight/locomotive-scroll": "^0.0.2" | ||
}, | ||
@@ -76,0 +77,0 @@ "bugs": { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
22576
0
5
+ Addedreact@^17.0.2
+ Addedreact-dom@^17.0.2
+ Added@studio-freight/locomotive-scroll@0.0.2(transitive)
+ Addedreact-dom@17.0.2(transitive)
+ Addedscheduler@0.20.2(transitive)
- Removedlocomotive-scroll@4.1.4(transitive)
- Removedreact@19.0.0(transitive)
- Removedreact-dom@19.0.0(transitive)
- Removedscheduler@0.25.0(transitive)
Updateduse-debounce@^7.0.1