@podium/utils
Advanced tools
Comparing version 4.3.0 to 5.0.0-next.1
@@ -0,1 +1,15 @@ | ||
# [5.0.0-next.1](https://github.com/podium-lib/utils/compare/v4.3.0...v5.0.0-next.1) (2020-07-12) | ||
### Features | ||
* Drop node 10.x support ([#67](https://github.com/podium-lib/utils/issues/67)) ([84203f8](https://github.com/podium-lib/utils/commit/84203f8ee2591b331aa52b2f70035b2a73f9d95e)) | ||
### BREAKING CHANGES | ||
* Only support node 12 and 14. | ||
Co-authored-by: Trygve Lie <trygve.lie@finn.no> | ||
# [4.3.0](https://github.com/podium-lib/utils/compare/v4.2.5...v4.3.0) (2020-06-26) | ||
@@ -2,0 +16,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": "5.0.0-next.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" | ||
], | ||
@@ -56,8 +60,8 @@ "main": "./lib/main.js", | ||
"@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", | ||
@@ -64,0 +68,0 @@ "jest": "25.2.6", |
@@ -1,2 +0,2 @@ | ||
# Podium Utils | ||
# Podium Utils v5 | ||
@@ -3,0 +3,0 @@ Common generic utility methods shared by @podium modules. |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
36745
803
0
1