Socket
Socket
Sign inDemoInstall

pwa-asset-generator

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pwa-asset-generator - npm Package Compare versions

Comparing version 6.0.8 to 6.1.0

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Changelog

# [6.1.0](https://github.com/onderceylan/pwa-asset-generator/compare/v6.0.8...v6.1.0) (2022-06-08)
### Bug Fixes
* **puppets:** update scraper for apple specs site ([bc90c4c](https://github.com/onderceylan/pwa-asset-generator/commit/bc90c4c32657bd3267a1caa1c909af6435473642))
### Features
* **main:** add iphone 13 specs ([7e09df1](https://github.com/onderceylan/pwa-asset-generator/commit/7e09df102d329fc6e3e51f04d7298e3f4b8fdce0))
## [6.0.8](https://github.com/onderceylan/pwa-asset-generator/compare/v6.0.7...v6.0.8) (2022-04-03)

@@ -8,0 +20,0 @@

2

dist/config/constants.js

@@ -173,3 +173,3 @@ "use strict";

EMULATED_USER_AGENT: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3641.0 Safari/537.36',
APPLE_HIG_SPLASH_SCR_SPECS_URL: 'https://developer.apple.com/design/human-interface-guidelines/ios/visual-design/adaptivity-and-layout/',
APPLE_HIG_SPLASH_SCR_SPECS_URL: 'https://developer.apple.com/design/human-interface-guidelines/foundations/layout/',
// Apple platform specs: https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/app-icon/

@@ -176,0 +176,0 @@ // https://web.dev/apple-touch-icon/

@@ -42,3 +42,4 @@ "use strict";

var _a;
return Array.from((_a = document.querySelectorAll('table')) === null || _a === void 0 ? void 0 : _a[0].querySelectorAll('tbody tr')).map((tr) => {
return Array.from((_a = document
.querySelectorAll('#device-screen-sizes-and-orientations + table')) === null || _a === void 0 ? void 0 : _a[0].querySelectorAll('tbody tr')).map((tr) => {
// https://regex101.com/r/4dwvYf/4

@@ -45,0 +46,0 @@ const dimensionRegex = /(\d+)x(\d+)\spt\s\((\d+)x(\d+)\spx\s@(\d)x\)/gm;

{
"name": "pwa-asset-generator",
"version": "6.0.8",
"version": "6.1.0",
"description": "Automates PWA asset generation and image declaration. Automatically generates icon and splash screen images, favicons and mstile images. Updates manifest.json and index.html files with the generated images according to Web App Manifest specs and Apple Human Interface guidelines.",

@@ -5,0 +5,0 @@ "main": "dist/main.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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