@podium/utils
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -43,2 +43,3 @@ 'use strict'; | ||
enumerable: true, | ||
writable: true, | ||
value: {}, | ||
@@ -92,4 +93,16 @@ }); | ||
} | ||
toJSON() { | ||
return { | ||
development: this.development, | ||
context: this.context, | ||
params: this.params, | ||
name: this.name, | ||
url: this.url, | ||
css: this.css, | ||
js: this.js, | ||
}; | ||
} | ||
}; | ||
module.exports = PodiumHttpIncoming; |
{ | ||
"name": "@podium/utils", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Common generic utility methods shared by @podium modules.", | ||
@@ -5,0 +5,0 @@ "license": "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
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
17828
307