Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@podium/utils

Package Overview
Dependencies
Maintainers
6
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@podium/utils - npm Package Compare versions

Comparing version 4.3.0 to 5.0.0-next.1

14

CHANGELOG.md

@@ -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 @@

12

index.d.ts

@@ -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>;
};
}

16

package.json
{
"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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc