mobx-angular
Advanced tools
Comparing version 4.4.0 to 4.5.0
{ | ||
"name": "mobx-angular", | ||
"version": "4.4.0", | ||
"version": "4.5.0", | ||
"description": "Angular connector to MobX (2 and above)", | ||
"peerDependencies": { | ||
"@angular/common": "~11.1.1", | ||
"@angular/core": "~11.1.1", | ||
"mobx": ">=2" | ||
"@angular/common": ">=11.1.1 <14.0.0", | ||
"@angular/core": ">=11.1.1 <14.0.0", | ||
"mobx": ">=2", | ||
"tslib": "^2.0.0" | ||
}, | ||
@@ -33,26 +34,3 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/mobxjs/mobx-angular#readme", | ||
"module": "fesm2015/mobx-angular.mjs", | ||
"es2020": "fesm2020/mobx-angular.mjs", | ||
"esm2020": "esm2020/mobx-angular.mjs", | ||
"fesm2020": "fesm2020/mobx-angular.mjs", | ||
"fesm2015": "fesm2015/mobx-angular.mjs", | ||
"typings": "mobx-angular.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./mobx-angular.d.ts", | ||
"esm2020": "./esm2020/mobx-angular.mjs", | ||
"es2020": "./fesm2020/mobx-angular.mjs", | ||
"es2015": "./fesm2015/mobx-angular.mjs", | ||
"node": "./fesm2015/mobx-angular.mjs", | ||
"default": "./fesm2020/mobx-angular.mjs" | ||
} | ||
}, | ||
"sideEffects": false, | ||
"dependencies": { | ||
"tslib": "^2.0.0" | ||
} | ||
"homepage": "https://github.com/mobxjs/mobx-angular#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
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
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
1
16678
16
480
+ Added@angular/common@13.4.0(transitive)
+ Added@angular/core@13.4.0(transitive)
+ Addedrxjs@7.8.1(transitive)
- Removedtslib@^2.0.0
- Removed@angular/common@11.1.2(transitive)
- Removed@angular/core@11.1.2(transitive)
- Removedrxjs@6.6.7(transitive)
- Removedtslib@1.14.1(transitive)