New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

metax

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metax - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

lib/meta/appStoreAppMeta.js

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.2.1](https://github.com/muy/metax/compare/v1.3.0...v1.2.1) (2020-06-07)
**Note:** Version bump only for package metax
# 1.2.0-alpha.0 (2020-06-06)

@@ -8,0 +16,0 @@

17

dist/index.cjs.js

@@ -785,6 +785,18 @@ 'use strict';

var appStoreAppMeta = function appStoreAppMeta(_ref) {
var content = _ref.content;
return {
content: content,
name: content && 'apple-itunes-app'
};
};
appStoreAppMeta.propTypes = {
content: PropTypes.string.isRequired
};
var getMetaProps = function getMetaProps() {
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
var metaProps = {};
var applicationName = props.applicationName,
var appStoreApp = props.appStoreApp,
applicationName = props.applicationName,
_props$applicationUrl = props.applicationUrl,

@@ -882,2 +894,5 @@ applicationUrl = _props$applicationUrl === void 0 ? props.siteUrl : _props$applicationUrl,

}));
appStoreApp && (metaProps.appStoreApp = appStoreAppMeta({
content: appStoreApp
}));

@@ -884,0 +899,0 @@ if (audio) {

@@ -779,6 +779,18 @@ import React from 'react';

var appStoreAppMeta = function appStoreAppMeta(_ref) {
var content = _ref.content;
return {
content: content,
name: content && 'apple-itunes-app'
};
};
appStoreAppMeta.propTypes = {
content: PropTypes.string.isRequired
};
var getMetaProps = function getMetaProps() {
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
var metaProps = {};
var applicationName = props.applicationName,
var appStoreApp = props.appStoreApp,
applicationName = props.applicationName,
_props$applicationUrl = props.applicationUrl,

@@ -876,2 +888,5 @@ applicationUrl = _props$applicationUrl === void 0 ? props.siteUrl : _props$applicationUrl,

}));
appStoreApp && (metaProps.appStoreApp = appStoreAppMeta({
content: appStoreApp
}));

@@ -878,0 +893,0 @@ if (audio) {

@@ -784,6 +784,18 @@ (function (global, factory) {

var appStoreAppMeta = function appStoreAppMeta(_ref) {
var content = _ref.content;
return {
content: content,
name: content && 'apple-itunes-app'
};
};
appStoreAppMeta.propTypes = {
content: PropTypes.string.isRequired
};
var getMetaProps = function getMetaProps() {
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
var metaProps = {};
var applicationName = props.applicationName,
var appStoreApp = props.appStoreApp,
applicationName = props.applicationName,
_props$applicationUrl = props.applicationUrl,

@@ -881,2 +893,5 @@ applicationUrl = _props$applicationUrl === void 0 ? props.siteUrl : _props$applicationUrl,

}));
appStoreApp && (metaProps.appStoreApp = appStoreAppMeta({
content: appStoreApp
}));

@@ -883,0 +898,0 @@ if (audio) {

@@ -42,2 +42,3 @@ import applicationNameMeta from "../meta/applicationNameMeta"

import versionMeta from "../meta/versionMeta"
import {appStoreAppMeta} from "../meta/appStoreAppMeta";

@@ -48,2 +49,3 @@ const getMetaProps = (props = {}) => {

const {
appStoreApp,
applicationName,

@@ -137,3 +139,7 @@ applicationUrl = props.siteUrl,

}))
appStoreApp && (metaProps.appStoreApp = appStoreAppMeta({
content: appStoreApp,
}))
if (audio) {

@@ -140,0 +146,0 @@ audio.url && (metaProps.ogAudio = ogAudioMeta({ content: audio.url }))

13

package.json
{
"name": "metax",
"displayName": "Metax",
"version": "1.2.0",
"version": "1.2.1",
"private": false,

@@ -33,2 +33,5 @@ "description": "Add SEO and other metadata tags to your Gatsby website.",

"scripts": {
"stryker:init": "stryker init",
"stryker:report": "open reports/mutation/html/index.html",
"stryker:run": "stryker run",
"test": "jest",

@@ -47,3 +50,7 @@ "testb": "jest --runInBand",

"devDependencies": {
"gatsby": "2.23.1",
"@babel/preset-react": "7.10.1",
"@stryker-mutator/babel-transpiler": "3.2.4",
"@stryker-mutator/core": "3.2.4",
"@stryker-mutator/javascript-mutator": "3.2.4",
"@stryker-mutator/jest-runner": "3.2.4",
"prop-types": "15.7.2",

@@ -53,3 +60,3 @@ "react": "16.13.1",

},
"gitHead": "59369e05971a1a3478ac2b25618c5a0aa292f3ba"
"gitHead": "39c0c9969f7490fcee430af2b436b6274e4f17ec"
}
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