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 4.3.1

7

CHANGELOG.md

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

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

24

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

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