react-remove-scroll-bar
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "react-remove-scroll-bar", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Removes body scroll without content _shake_", | ||
@@ -33,4 +33,10 @@ "main": "dist/es5/index.js", | ||
"peerDependencies": { | ||
"react": "^16.8.0" | ||
"react": "^16.8.0", | ||
"@types/react": "^16.8.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@types/react": { | ||
"optional": true | ||
} | ||
}, | ||
"jsnext:main": "dist/es2015/index.js", | ||
@@ -45,5 +51,5 @@ "module": "dist/es2015/index.js", | ||
"dependencies": { | ||
"react-style-singleton": "^2.0.0", | ||
"react-style-singleton": "^2.1.0", | ||
"tslib": "^1.0.0" | ||
} | ||
} |
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
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
12469
4
+ Added@types/prop-types@15.7.13(transitive)
+ Added@types/react@16.14.62(transitive)
+ Added@types/scheduler@0.16.8(transitive)
+ Addedcsstype@3.1.3(transitive)
Updatedreact-style-singleton@^2.1.0