nab-angular2-jsonapi
Advanced tools
Comparing version 8.2.10 to 18.2.3
{ | ||
"name": "nab-angular2-jsonapi", | ||
"version": "8.2.10", | ||
"version": "18.2.3", | ||
"description": "A lightweight Angular 2 adapter for JSON API", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ghidoz/angular2-jsonapi" | ||
"url": "https://github.com/karwank/nab-angular2-jsonapi" | ||
}, | ||
"author": { | ||
"name": "Daniele Ghidoli", | ||
"url": "http://danieleghidoli.it" | ||
"name": "KarwanK" | ||
}, | ||
@@ -22,16 +21,30 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/ghidoz/angular2-jsonapi/issues" | ||
"url": "https://github.com/karwank/nab-angular2-jsonapi/issues" | ||
}, | ||
"dependencies": { | ||
"date-fns": "^2.2.1", | ||
"lodash-es": "^4.17.15", | ||
"qs": "^6.8.0", | ||
"tslib": "^1.10.0" | ||
"date-fns": "^3.6.0", | ||
"lodash-es": "^4.17.21", | ||
"qs": "^6.13.0", | ||
"tslib": "^2.6.3" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": ">8.2.5", | ||
"@angular/core": ">8.2.5", | ||
"reflect-metadata": "^0.1.13", | ||
"rxjs": "^7.4.0" | ||
} | ||
} | ||
"@angular/common": "^18.2.0", | ||
"@angular/core": "^18.2.0", | ||
"@abraham/reflection": "^0.12.0", | ||
"rxjs": "*" | ||
}, | ||
"module": "fesm2022/nab-angular2-jsonapi.mjs", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./index.d.ts", | ||
"esm2022": "./esm2022/nab-angular2-jsonapi.mjs", | ||
"esm": "./esm2022/nab-angular2-jsonapi.mjs", | ||
"default": "./fesm2022/nab-angular2-jsonapi.mjs" | ||
} | ||
}, | ||
"sideEffects": false | ||
} |
# Angular 2 JSON API | ||
Fork of the [angular2-jsonapi](https://github.com/ghidoz/angular2-jsonapi) repo. This version is compatible with `Angular 18` | ||
A lightweight Angular 2 adapter for [JSON API](http://jsonapi.org/) | ||
[![Build Status](https://travis-ci.org/ghidoz/angular2-jsonapi.svg?branch=master)](https://travis-ci.org/ghidoz/angular2-jsonapi) | ||
[![Coverage Status](https://coveralls.io/repos/github/ghidoz/angular2-jsonapi/badge.svg?branch=master)](https://coveralls.io/github/ghidoz/angular2-jsonapi?branch=master) | ||
[![Angular 2 Style Guide](https://mgechev.github.io/angular2-style-guide/images/badge.svg)](https://angular.io/styleguide) | ||
[![Dependency Status](https://david-dm.org/ghidoz/angular2-jsonapi.svg)](https://david-dm.org/ghidoz/angular2-jsonapi) | ||
[![devDependency Status](https://david-dm.org/ghidoz/angular2-jsonapi/dev-status.svg)](https://david-dm.org/ghidoz/angular2-jsonapi#info=devDependencies) | ||
[![npm version](https://badge.fury.io/js/angular2-jsonapi.svg)](https://badge.fury.io/js/angular2-jsonapi) | ||
## Table of Contents | ||
@@ -65,3 +60,3 @@ - [Introduction](#Introduction) | ||
```bash | ||
$ npm install angular2-jsonapi --save | ||
$ npm install nab-angular2-jsonapi --save | ||
``` | ||
@@ -71,3 +66,3 @@ | ||
```typescript | ||
import { JsonApiModule } from 'angular2-jsonapi'; | ||
import { JsonApiModule } from 'nab-angular2-jsonapi'; | ||
@@ -97,3 +92,3 @@ @NgModule({ | ||
```typescript | ||
import { JsonApiDatastoreConfig, JsonApiDatastore, DatastoreConfig } from 'angular2-jsonapi'; | ||
import { JsonApiDatastoreConfig, JsonApiDatastore, DatastoreConfig } from 'nab-angular2-jsonapi'; | ||
@@ -128,3 +123,3 @@ const config: DatastoreConfig = { | ||
```typescript | ||
import { JsonApiModelConfig, JsonApiModel, Attribute, HasMany, BelongsTo } from 'angular2-jsonapi'; | ||
import { JsonApiModelConfig, JsonApiModel, Attribute, HasMany, BelongsTo } from 'nab-angular2-jsonapi'; | ||
@@ -511,3 +506,3 @@ @JsonApiModelConfig({ | ||
```typescript | ||
import {ErrorResponse} from "angular2-jsonapi"; | ||
import {ErrorResponse} from "nab-angular2-jsonapi"; | ||
@@ -575,2 +570,2 @@ ... | ||
MIT © [Daniele Ghidoli](http://danieleghidoli.it) | ||
MIT |
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
305649
56
2199
566
+ Added@abraham/reflection@0.12.0(transitive)
+ Added@angular/common@18.2.12(transitive)
+ Added@angular/core@18.2.12(transitive)
+ Addeddate-fns@3.6.0(transitive)
+ Addedzone.js@0.14.10(transitive)
- Removed@angular/common@19.0.1(transitive)
- Removed@angular/core@19.0.1(transitive)
- Removed@babel/runtime@7.26.0(transitive)
- Removeddate-fns@2.30.0(transitive)
- Removedreflect-metadata@0.1.14(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
- Removedtslib@1.14.1(transitive)
- Removedzone.js@0.15.0(transitive)
Updateddate-fns@^3.6.0
Updatedlodash-es@^4.17.21
Updatedqs@^6.13.0
Updatedtslib@^2.6.3