Socket
Socket
Sign inDemoInstall

noodl-types

Package Overview
Dependencies
Maintainers
1
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noodl-types - npm Package Compare versions

Comparing version 1.0.62 to 1.0.63

14

dist/ecosTypes.d.ts

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

export interface EcosDocument<NameField = any> {
export interface EcosDocument<NameField extends NameFieldBase = NameFieldBase> {
id: null | string;

@@ -20,3 +20,3 @@ ctime: null | number;

name: null | NameField;
deat: null | number;
deat: Deat;
size: null | number;

@@ -30,1 +30,11 @@ fid: null | string;

}
export declare type Deat = DeatObject | number | null;
export interface DeatObject {
url?: string;
sig?: string;
exptime?: string;
}
export interface NameFieldBase<Data = any> {
type: string;
data?: Data;
}

2

package.json
{
"name": "noodl-types",
"version": "1.0.62",
"version": "1.0.63",
"description": "NOODL TypeScript Definitions",

@@ -5,0 +5,0 @@ "main": "dist/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