@commercelayer/active-resource
Advanced tools
Comparing version 1.0.0-beta.11 to 1.0.0-beta.12
@@ -137,1 +137,6 @@ ### 0.9.0 | ||
* Fix bug in immutable error propagation to has many association that resulted in duplicate items on association target of clone | ||
* Bump axios from 0.16.2 to 0.19.0 (#54) | ||
* Fix infinite call stack when resources reference eachother as includes | ||
* Implement resourceRegister in JsonApi interface for each resource built from a response, for use in relationships rather than | ||
creating duplicate resources for each relationship | ||
* Add `__immutableId` and Base#isSame for immutable mode |
{ | ||
"private": false, | ||
"name": "@commercelayer/active-resource", | ||
"description": "Persistable object relational mapping in Javascript", | ||
"main": "build/active-resource.min.js", | ||
"main": "dist/active-resource.min.js", | ||
"author": "Nick Landgrebe", | ||
"version": "1.0.0-beta.11", | ||
"version": "1.0.0-beta.12", | ||
"homepage": "https://github.com/nicklandgrebe/activeresource.js", | ||
"license": "MIT", | ||
"dependencies": { | ||
"axios": "^0.21.1", | ||
"es6-promise": "^4.2.8", | ||
"qs": "^6.10.1", | ||
"underscore": "1.13.1", | ||
"axios": "~0.21.0", | ||
"es6-promise": "^4.1.1", | ||
"qs": "^6.5.0", | ||
"underscore": "~1.11.0", | ||
"underscore.inflection": "^1.3.3", | ||
"underscore.string": "latest" | ||
"underscore.string": "^3.3.5" | ||
}, | ||
@@ -22,20 +21,20 @@ "engine": "node >= 0.10", | ||
"@babel/preset-env": "^7.1.6", | ||
"bili": "^3.3.4", | ||
"grunt": "0.x.x", | ||
"bili": "^5.0.5", | ||
"grunt": "^1.3.0", | ||
"grunt-babel": "^8.0.0", | ||
"grunt-contrib-clean": "0.5.x", | ||
"grunt-contrib-clean": "~2.0.0", | ||
"grunt-contrib-coffee": "^2.0.0", | ||
"grunt-contrib-concat": "^1.0.1", | ||
"grunt-contrib-connect": "0.4.x", | ||
"grunt-contrib-connect": "^3.0.0", | ||
"grunt-contrib-jasmine": "^2.0.0", | ||
"grunt-contrib-uglify": "^3.3.0", | ||
"grunt-contrib-watch": "0.5.x", | ||
"grunt-contrib-uglify": "~5.0.0", | ||
"grunt-contrib-watch": "^1.1.0", | ||
"grunt-exec": "^3.0.0", | ||
"grunt-rollup": "^9.0.0", | ||
"grunt-template-jasmine-requirejs": "^0.2.3", | ||
"grunt-umd": "^2.4.0", | ||
"jasmine-ajax": "^3.2.0", | ||
"grunt-rollup": "~11.5.0", | ||
"grunt-template-jasmine-requirejs": "git+https://github.com/radum/grunt-template-jasmine-requirejs.git", | ||
"grunt-umd": "~3.0.0", | ||
"jasmine-ajax": "^4.0.0", | ||
"jasmine-jquery": "^2.1.1", | ||
"jasmine-promises": "git+https://github.com/nicklandgrebe/jasmine-promises.git", | ||
"jquery": "^2.0.0", | ||
"jquery": "^3.5.1", | ||
"moxios": "git+https://github.com/nicklandgrebe/moxios.git", | ||
@@ -45,5 +44,5 @@ "rollup-plugin-babel": "^4.0.3" | ||
"scripts": { | ||
"build:test": "grunt build && bili && grunt spec", | ||
"build": "grunt build" | ||
"build": "grunt build && bili && grunt spec", | ||
"release": "grunt release" | ||
} | ||
} |
@@ -45,3 +45,3 @@ # ActiveResource.js - API Resource relational mapping in Javascript | ||
'https://example.com/api/v1/', // base url for your server | ||
headers: { Authorization: 'Bearer ...' } | ||
{ headers: { Authorization: 'Bearer ...' } } | ||
); | ||
@@ -48,0 +48,0 @@ ``` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
1555484
59
20617
0
3
+ Addedmath-intrinsics@1.1.0(transitive)
+ Addedunderscore@1.11.0(transitive)
- Removedmath-intrinsics@1.0.0(transitive)
- Removedunderscore@1.13.1(transitive)
Updatedaxios@~0.21.0
Updatedes6-promise@^4.1.1
Updatedqs@^6.5.0
Updatedunderscore@~1.11.0
Updatedunderscore.string@^3.3.5