ngx-simple-parallax-js
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -6,3 +6,4 @@ import { ElementRef, OnDestroy, OnInit } from '@angular/core'; | ||
private _el; | ||
parallaxConfig: IParallaxConfig; | ||
set parallaxConfig(config: IParallaxConfig); | ||
private _parallaxConfig; | ||
private _parallax; | ||
@@ -9,0 +10,0 @@ constructor(_el: ElementRef<Element>); |
{ | ||
"name": "ngx-simple-parallax-js", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"author": "Gesiel Rosa <me@gesiel.com> (https://github.com/gesielrosa/)", | ||
@@ -19,17 +19,30 @@ "description": "This library allows you to use simpleParallax.js in Angular easily.", | ||
"peerDependencies": { | ||
"@angular/common": "^12.1.0", | ||
"@angular/core": "^12.1.0", | ||
"simple-parallax-js": "^5.6.2" | ||
"@angular/common": "~13.2.0", | ||
"@angular/core": "~13.2.0", | ||
"simple-parallax-js": "5.6.2" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.2.0" | ||
"tslib": "^2.3.0" | ||
}, | ||
"license": "MIT", | ||
"main": "bundles/ngx-simple-parallax-js.umd.js", | ||
"module": "fesm2015/ngx-simple-parallax-js.js", | ||
"es2015": "fesm2015/ngx-simple-parallax-js.js", | ||
"esm2015": "esm2015/ngx-simple-parallax-js.js", | ||
"fesm2015": "fesm2015/ngx-simple-parallax-js.js", | ||
"module": "fesm2015/ngx-simple-parallax-js.mjs", | ||
"es2020": "fesm2020/ngx-simple-parallax-js.mjs", | ||
"esm2020": "esm2020/ngx-simple-parallax-js.mjs", | ||
"fesm2020": "fesm2020/ngx-simple-parallax-js.mjs", | ||
"fesm2015": "fesm2015/ngx-simple-parallax-js.mjs", | ||
"typings": "ngx-simple-parallax-js.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./ngx-simple-parallax-js.d.ts", | ||
"esm2020": "./esm2020/ngx-simple-parallax-js.mjs", | ||
"es2020": "./fesm2020/ngx-simple-parallax-js.mjs", | ||
"es2015": "./fesm2015/ngx-simple-parallax-js.mjs", | ||
"node": "./fesm2015/ngx-simple-parallax-js.mjs", | ||
"default": "./fesm2020/ngx-simple-parallax-js.mjs" | ||
} | ||
}, | ||
"sideEffects": false | ||
} |
@@ -9,3 +9,3 @@ ![NgxSimpleParallaxJs logo](https://gesiel.com/gesielrosa-libs/projects/ngx-simple-parallax-js/logo.png) | ||
## [simpleParallax.js](https://github.com/geosigno/simpleParallax.js) | ||
### [simpleParallax.js](https://github.com/geosigno/simpleParallax.js) | ||
@@ -20,8 +20,4 @@ ## Installation | ||
`npm install ngx-simple-parallax-js@0.0.6 --save` | ||
`npm install ngx-simple-parallax-js@0.0.7 simple-parallax-js@^5.6.2` | ||
Also install simpleParallax.js too: | ||
`npm install simple-parallax-js@^5.6.2 --save` | ||
<hr> | ||
@@ -69,3 +65,3 @@ | ||
## Complete documentation for `simpleParallax.js`: | ||
### Complete documentation for `simpleParallax.js`: | ||
@@ -72,0 +68,0 @@ ### [simpleParallax.js DOCS](https://github.com/geosigno/simpleParallax.js#readme) |
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
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
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
24368
194
70
+ Added@angular/common@13.2.7(transitive)
+ Added@angular/core@13.2.7(transitive)
- Removed@angular/common@12.2.17(transitive)
- Removed@angular/core@12.2.17(transitive)
Updatedtslib@^2.3.0