New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@nodeboot/context

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodeboot/context - npm Package Compare versions

Comparing version
1.3.1
to
1.4.0
+1
-12
dist/metadata/options/PropertyOptions.d.ts

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

/**
*
* OpenAPI Type Description Example
* string A textual value "Hello World"
* number A floating-point number 3.14
* integer A whole number 42
* boolean A true/false value true
* array A list of values ["apple", "banana"]
* object A JSON object {"key": "value"}
* null Represents an explicitly null value (OpenAPI 3.1+) null
* */
type PropertyType = "string" | "number" | "integer" | "object" | "boolean" | "array" | "null";
type PropertyType = "string" | "number" | "integer" | "boolean" | "array" | "null" | Function;
export interface PropertyOptions {

@@ -14,0 +3,0 @@ type?: PropertyType;

+1
-1

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

{"version":3,"file":"PropertyOptions.d.ts","sourceRoot":"","sources":["../../../src/metadata/options/PropertyOptions.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;KAUK;AACL,KAAK,YAAY,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;AAE9F,MAAM,WAAW,eAAe;IAC5B,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,GAAG,CAAC;CACjB"}
{"version":3,"file":"PropertyOptions.d.ts","sourceRoot":"","sources":["../../../src/metadata/options/PropertyOptions.ts"],"names":[],"mappings":"AAAA,KAAK,YAAY,GACX,QAAQ,GACR,QAAQ,GACR,SAAS,GACT,SAAS,GACT,OAAO,GACP,MAAM,GACN,QAAQ,CAAC;AAEf,MAAM,WAAW,eAAe;IAC5B,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,GAAG,CAAC;CACjB"}
{
"name": "@nodeboot/context",
"version": "1.3.1",
"version": "1.4.0",
"description": "The first typescript example for the Monorepo example",

@@ -5,0 +5,0 @@ "author": "Manuel Santos <ney.br.santos@gmail.com>",