@ionic/utils-object
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.1.5](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-object@2.1.4...@ionic/utils-object@2.1.5) (2020-08-28) | ||
**Note:** Version bump only for package @ionic/utils-object | ||
## [2.1.4](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-object@2.1.3...@ionic/utils-object@2.1.4) (2020-08-25) | ||
@@ -8,0 +16,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AliasedMap = exports.CaseInsensitiveProxyHandler = exports.createCaseInsensitiveObject = void 0; | ||
function createCaseInsensitiveObject() { | ||
@@ -4,0 +5,0 @@ return new Proxy({}, exports.CaseInsensitiveProxyHandler); |
{ | ||
"name": "@ionic/utils-object", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "Object utils", | ||
@@ -27,3 +27,3 @@ "main": "dist/index.js", | ||
"clean": "rimraf dist", | ||
"lint": "tslint --project tsconfig.json", | ||
"lint": "true", | ||
"build": "npm run clean && tsc", | ||
@@ -36,3 +36,3 @@ "watch": "tsc -w --preserveWatchOutput", | ||
"debug": "^4.0.0", | ||
"tslib": "1.11.2" | ||
"tslib": "^2.0.1" | ||
}, | ||
@@ -43,11 +43,10 @@ "devDependencies": { | ||
"@types/node": "~10.17.13", | ||
"jest": "^25.1.0", | ||
"jest": "^26.4.2", | ||
"jest-cli": "^26.0.1", | ||
"lint-staged": "^10.0.2", | ||
"rimraf": "^3.0.0", | ||
"ts-jest": "~26.2.0", | ||
"tslint": "^5.9.1", | ||
"typescript": "~3.8.2" | ||
"ts-jest": "~26.3.0", | ||
"typescript": "~4.0.2" | ||
}, | ||
"gitHead": "15d71983a302a854499d80eaf3eb431904b77f0a" | ||
"gitHead": "f85e6db0eba47c8d97181b52d69c687c100f93fb" | ||
} |
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
8271
9
59
+ Addedtslib@2.8.1(transitive)
- Removedtslib@1.11.2(transitive)
Updatedtslib@^2.0.1