Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

common-types

Package Overview
Dependencies
Maintainers
1
Versions
308
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

common-types - npm Package Compare versions

Comparing version 1.24.6 to 1.24.7

9

dist/cjs/npm.d.ts

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

import { url } from "./aliases";
import { Iso8601DateTime, url } from "./aliases";
import { IDictionary } from "./basics";

@@ -12,2 +12,3 @@ export interface INpmInfoRepository {

versions: string[];
/** The timings for creation, last modified, and all taged releases */
time: INpmInfoTime;

@@ -57,5 +58,5 @@ maintainers: INpmInfoPerson[];

*/
export interface INpmInfoTime extends IDictionary<string> {
created: string;
modified: string;
export interface INpmInfoTime extends IDictionary<Iso8601DateTime> {
created: Iso8601DateTime;
modified: Iso8601DateTime;
}

@@ -62,0 +63,0 @@ export interface INpmInfoPerson {

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

import { url } from "./aliases";
import { Iso8601DateTime, url } from "./aliases";
import { IDictionary } from "./basics";

@@ -12,2 +12,3 @@ export interface INpmInfoRepository {

versions: string[];
/** The timings for creation, last modified, and all taged releases */
time: INpmInfoTime;

@@ -57,5 +58,5 @@ maintainers: INpmInfoPerson[];

*/
export interface INpmInfoTime extends IDictionary<string> {
created: string;
modified: string;
export interface INpmInfoTime extends IDictionary<Iso8601DateTime> {
created: Iso8601DateTime;
modified: Iso8601DateTime;
}

@@ -62,0 +63,0 @@ export interface INpmInfoPerson {

{
"name": "common-types",
"version": "1.24.6",
"version": "1.24.7",
"description": "Common Types for Typescript",

@@ -5,0 +5,0 @@ "repository": "https://github.com/lifegadget/common-types",

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