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

enonic-types

Package Overview
Dependencies
Maintainers
1
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enonic-types - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

13

lib/content.d.ts

@@ -88,4 +88,4 @@ import { Component } from "./portal";

}
declare type Aggregation = TermsAggregation | StatsAggregation | RangeAggregation | GeoDistanceAggregation | DateRangeAggregation;
interface TermsAggregation {
export declare type Aggregation = TermsAggregation | StatsAggregation | RangeAggregation | GeoDistanceAggregation | DateRangeAggregation;
export interface TermsAggregation {
terms: {

@@ -100,3 +100,3 @@ field: string;

}
interface StatsAggregation {
export interface StatsAggregation {
stats: {

@@ -111,3 +111,3 @@ field: string;

}
interface RangeAggregation {
export interface RangeAggregation {
range: {

@@ -128,3 +128,3 @@ field: string;

}
interface GeoDistanceAggregation {
export interface GeoDistanceAggregation {
geoDistance: {

@@ -150,3 +150,3 @@ field: string;

}
interface DateRangeAggregation {
export interface DateRangeAggregation {
dateRange: {

@@ -334,2 +334,1 @@ field: string;

}
export {};
{
"name": "enonic-types",
"version": "0.0.23",
"version": "0.0.24",
"description": "TypeScript types for Enonic XP",

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

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