ngx-simple-parallax-js
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "ngx-simple-parallax-js", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"author": "Gesiel Rosa <me@gesiel.com> (https://github.com/gesielrosa/)", | ||
@@ -19,8 +19,8 @@ "description": "This library allows you to use simpleParallax.js in Angular easily.", | ||
"peerDependencies": { | ||
"@angular/common": "~13.2.0", | ||
"@angular/core": "~13.2.0", | ||
"simple-parallax-js": "5.6.2" | ||
"@angular/common": ">=13.0.0", | ||
"@angular/core": ">=13.0.0" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.3.0" | ||
"tslib": "^2.3.0", | ||
"simple-parallax-js": "^5.6.2" | ||
}, | ||
@@ -27,0 +27,0 @@ "license": "MIT", |
@@ -19,3 +19,3 @@ ![NgxSimpleParallaxJs logo](https://gesiel.com/gesielrosa-libs/projects/ngx-simple-parallax-js/logo.png) | ||
`npm install ngx-simple-parallax-js@0.0.7 simple-parallax-js@^5.6.2` | ||
`npm install ngx-simple-parallax-js@0.0.9 simple-parallax-js@^5.6.2` | ||
@@ -64,8 +64,6 @@ <hr> | ||
### Complete documentation for `simpleParallax.js`: | ||
Complete documentation for `simpleParallax.js`: [Official docs](https://github.com/geosigno/simpleParallax.js#readme) | ||
### [simpleParallax.js DOCS](https://github.com/geosigno/simpleParallax.js#readme) | ||
<hr> | ||
### [`@gesielrosa`](https://github.com/gesielrosa) |
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
25799
68
+ Addedsimple-parallax-js@^5.6.2
+ Added@angular/common@19.0.0(transitive)
+ Added@angular/core@19.0.0(transitive)
+ Addedzone.js@0.15.0(transitive)
- Removed@angular/common@13.2.7(transitive)
- Removed@angular/core@13.2.7(transitive)
- Removedzone.js@0.11.8(transitive)