Socket
Socket
Sign inDemoInstall

@ems-press/content-api-types

Package Overview
Dependencies
0
Maintainers
4
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta.42 to 1.0.0-beta.43

2

dist/date.d.ts

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

export declare type DatePrecision = 'minute' | 'hour' | 'day' | 'month' | 'year';
export declare type DatePrecision = 'day' | 'month' | 'year';
export declare const datePrecisions: DatePrecision[];
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.datePrecisions = void 0;
exports.datePrecisions = ["minute", "hour", "day", "month", "year"];
exports.datePrecisions = ["day", "month", "year"];
//# sourceMappingURL=date.js.map
{
"name": "@ems-press/content-api-types",
"version": "1.0.0-beta.42",
"version": "1.0.0-beta.43",
"description": "Typescript types for the EMS Press Content API",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc