@podium/utils
Advanced tools
Comparing version 4.3.0 to 4.3.1
@@ -0,1 +1,8 @@ | ||
## [4.3.1](https://github.com/podium-lib/utils/compare/v4.3.0...v4.3.1) (2020-09-13) | ||
### Bug Fixes | ||
* **deps:** update dependency @podium/schemas to v4.0.4 ([5ff49c0](https://github.com/podium-lib/utils/commit/5ff49c02e0999b2e7c105caad93f626d518d686f)) | ||
# [4.3.0](https://github.com/podium-lib/utils/compare/v4.2.5...v4.3.0) (2020-06-26) | ||
@@ -2,0 +9,0 @@ |
@@ -28,2 +28,3 @@ import { IncomingMessage, ServerResponse } from 'http'; | ||
type?: Pick<HTMLScriptElement, 'type'>; | ||
data?: DOMStringMap; | ||
} | ||
@@ -56,3 +57,12 @@ | ||
toJSON(): { development: boolean, context: any, params: T, proxy: boolean, name: string; url: URL, css: Array<AssetCss>, js: Array<AssetJs> }; | ||
toJSON(): { | ||
development: boolean; | ||
context: any; | ||
params: T; | ||
proxy: boolean; | ||
name: string; | ||
url: URL; | ||
css: Array<AssetCss>; | ||
js: Array<AssetJs>; | ||
}; | ||
} |
{ | ||
"name": "@podium/utils", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "Common generic utility methods shared by @podium modules.", | ||
@@ -21,4 +21,8 @@ "license": "MIT", | ||
"files": [ | ||
"lib", | ||
"index.d.ts" | ||
"package.json", | ||
"CHANGELOG.md", | ||
"index.d.ts", | ||
"README.md", | ||
"LICENSE", | ||
"lib" | ||
], | ||
@@ -54,16 +58,16 @@ "main": "./lib/main.js", | ||
"@semantic-release/github": "7.0.7", | ||
"@semantic-release/npm": "7.0.5", | ||
"@semantic-release/npm": "7.0.6", | ||
"@semantic-release/release-notes-generator": "9.0.1", | ||
"semantic-release": "^17.0.8", | ||
"semantic-release": "17.1.1", | ||
"benchmark": "2.1.4", | ||
"eslint": "7.2.0", | ||
"eslint": "7.3.1", | ||
"eslint-config-airbnb-base": "14.2.0", | ||
"eslint-config-prettier": "6.11.0", | ||
"eslint-plugin-import": "2.21.2", | ||
"eslint-plugin-import": "2.22.0", | ||
"eslint-plugin-prettier": "3.1.4", | ||
"jest": "25.2.6", | ||
"prettier": "2.0.2" | ||
"jest": "26.1.0", | ||
"prettier": "2.0.5" | ||
}, | ||
"dependencies": { | ||
"@podium/schemas": "4.0.2", | ||
"@podium/schemas": "4.0.4", | ||
"original-url": "1.2.3", | ||
@@ -70,0 +74,0 @@ "camelcase": "6.0.0" |
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
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
36595
803
0
+ Added@podium/schemas@4.0.4(transitive)
+ Addedajv@6.12.5(transitive)
- Removed@podium/schemas@4.0.2(transitive)
- Removedajv@6.12.2(transitive)
Updated@podium/schemas@4.0.4