You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

@bytediver/ngx-structured-data

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bytediver/ngx-structured-data - npm Package Compare versions

Comparing version

to
1.0.4

@@ -1,2 +0,2 @@

/* @license @bytediver/ngx-structured-data - 1.0.3 - undefined + */
/* @license @bytediver/ngx-structured-data - 1.0.4 - undefined + */
(function (factory) {

@@ -3,0 +3,0 @@ typeof define === 'function' && define.amd ? define(factory) :

@@ -1,2 +0,2 @@

/* @license @bytediver/ngx-structured-data - 1.0.3 - undefined + */
/* @license @bytediver/ngx-structured-data - 1.0.4 - undefined + */
(function(factory){typeof define==="function"&&define.amd?define(factory):factory()})(function(){"use strict"});

@@ -6,5 +6,5 @@ import { AggregateRating } from "./intangible/rating/aggregate-rating";

export interface Place {
aggregateRating: AggregateRating;
aggregateRating?: AggregateRating;
openingHoursSpecification?: OpeningHoursSpecification[];
geo?: GeoCoordinates | GeoShape;
}

@@ -6,3 +6,3 @@ {

"description": "Angular.io components for structured data",
"version": "1.0.3",
"version": "1.0.4",
"author": "Bytediver GmbH",

@@ -9,0 +9,0 @@ "main": "dist/bundles/ngx-structured-data.umd.js",

@@ -8,5 +8,5 @@ import {AggregateRating} from "./intangible/rating/aggregate-rating";

export interface Place {
aggregateRating: AggregateRating;
aggregateRating?: AggregateRating;
openingHoursSpecification?: OpeningHoursSpecification[];
geo?: GeoCoordinates | GeoShape;
}