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

@nova/types

Package Overview
Dependencies
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nova/types - npm Package Compare versions

Comparing version
1.2.5
to
1.2.6
+31
-1
CHANGELOG.json

@@ -5,6 +5,36 @@ {

{
"date": "Tue, 13 Dec 2022 20:05:57 GMT",
"date": "Thu, 30 Mar 2023 16:45:03 GMT",
"tag": "@nova/types_v1.2.6",
"version": "1.2.6",
"comments": {
"patch": [
{
"author": "miclo@microsoft.com",
"package": "@nova/types",
"commit": "500c3d84ca468fa99319e6f0738f649071d0ced7",
"comment": "Add types entry to exports map"
}
]
}
},
{
"date": "Wed, 15 Mar 2023 17:49:27 GMT",
"tag": "@nova/types_v1.2.5",
"version": "1.2.5",
"comments": {
"none": [
{
"author": "Stanislaw.Wilczynski@microsoft.com",
"package": "@nova/types",
"comment": "use type imports and fix lint issues",
"commit": "7f7f99494ffde849360781e7ef0b85fbee5530a3"
}
]
}
},
{
"date": "Tue, 13 Dec 2022 20:06:05 GMT",
"tag": "@nova/types_v1.2.5",
"version": "1.2.5",
"comments": {
"patch": [

@@ -11,0 +41,0 @@ {

# Change Log - @nova/types
This log was last generated on Tue, 13 Dec 2022 20:05:57 GMT and should not be manually modified.
This log was last generated on Thu, 30 Mar 2023 16:45:03 GMT and should not be manually modified.
<!-- Start content -->
## 1.2.6
Thu, 30 Mar 2023 16:45:03 GMT
### Patches
- Add types entry to exports map (miclo@microsoft.com)
## 1.2.5
Tue, 13 Dec 2022 20:05:57 GMT
Tue, 13 Dec 2022 20:06:05 GMT

@@ -11,0 +19,0 @@ ### Patches

+15
-17

@@ -1,23 +0,21 @@

var __create = Object.create;
"use strict";
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getProtoOf = Object.getPrototypeOf;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __markAsModule = (target) => __defProp(target, "__esModule", {value: true});
var __reExport = (target, module2, desc) => {
if (module2 && typeof module2 === "object" || typeof module2 === "function") {
for (let key of __getOwnPropNames(module2))
if (!__hasOwnProp.call(target, key) && key !== "default")
__defProp(target, key, {get: () => module2[key], enumerable: !(desc = __getOwnPropDesc(module2, key)) || desc.enumerable});
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return target;
return to;
};
var __toModule = (module2) => {
return __reExport(__markAsModule(__defProp(module2 != null ? __create(__getProtoOf(module2)) : {}, "default", module2 && module2.__esModule && "default" in module2 ? {get: () => module2.default, enumerable: true} : {value: module2, enumerable: true})), module2);
};
__markAsModule(exports);
__reExport(exports, __toModule(require("./nova-commanding.interface")));
__reExport(exports, __toModule(require("./nova-commanding-centralized.interface")));
__reExport(exports, __toModule(require("./nova-graphql.interface")));
__reExport(exports, __toModule(require("./nova-eventing.interface")));
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var src_exports = {};
module.exports = __toCommonJS(src_exports);
__reExport(src_exports, require("./nova-commanding.interface"), module.exports);
__reExport(src_exports, require("./nova-commanding-centralized.interface"), module.exports);
__reExport(src_exports, require("./nova-graphql.interface"), module.exports);
__reExport(src_exports, require("./nova-eventing.interface"), module.exports);

@@ -0,9 +1,21 @@

"use strict";
var __defProp = Object.defineProperty;
var __markAsModule = (target) => __defProp(target, "__esModule", {value: true});
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, {get: all[name], enumerable: true});
__defProp(target, name, { get: all[name], enumerable: true });
};
__markAsModule(exports);
__export(exports, {
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var nova_commanding_centralized_interface_exports = {};
__export(nova_commanding_centralized_interface_exports, {
EntityAction: () => EntityAction,

@@ -14,10 +26,10 @@ EntityStateTransition: () => EntityStateTransition,

});
var EntityVisibilityState;
(function(EntityVisibilityState2) {
module.exports = __toCommonJS(nova_commanding_centralized_interface_exports);
var EntityVisibilityState = /* @__PURE__ */ ((EntityVisibilityState2) => {
EntityVisibilityState2["show"] = "show";
EntityVisibilityState2["hide"] = "hide";
EntityVisibilityState2["toggle"] = "toggle";
})(EntityVisibilityState || (EntityVisibilityState = {}));
var EntityStateTransition;
(function(EntityStateTransition2) {
return EntityVisibilityState2;
})(EntityVisibilityState || {});
var EntityStateTransition = /* @__PURE__ */ ((EntityStateTransition2) => {
EntityStateTransition2["none"] = "none";

@@ -28,5 +40,5 @@ EntityStateTransition2["flush"] = "flush";

EntityStateTransition2["extend"] = "extend";
})(EntityStateTransition || (EntityStateTransition = {}));
var EntityAction;
(function(EntityAction2) {
return EntityStateTransition2;
})(EntityStateTransition || {});
var EntityAction = /* @__PURE__ */ ((EntityAction2) => {
EntityAction2["create"] = "create";

@@ -41,5 +53,5 @@ EntityAction2["default"] = "default";

EntityAction2["updateDisplayName"] = "updateDisplayName";
})(EntityAction || (EntityAction = {}));
var EntityType;
(function(EntityType2) {
return EntityAction2;
})(EntityAction || {});
var EntityType = /* @__PURE__ */ ((EntityType2) => {
EntityType2["identity"] = "identity";

@@ -86,2 +98,3 @@ EntityType2["teams_activity"] = "teams_activity";

EntityType2["office_admin"] = "office_admin";
})(EntityType || (EntityType = {}));
return EntityType2;
})(EntityType || {});
// src/nova-commanding-centralized.interface.ts
var EntityVisibilityState;
(function(EntityVisibilityState2) {
var EntityVisibilityState = /* @__PURE__ */ ((EntityVisibilityState2) => {
EntityVisibilityState2["show"] = "show";
EntityVisibilityState2["hide"] = "hide";
EntityVisibilityState2["toggle"] = "toggle";
})(EntityVisibilityState || (EntityVisibilityState = {}));
var EntityStateTransition;
(function(EntityStateTransition2) {
return EntityVisibilityState2;
})(EntityVisibilityState || {});
var EntityStateTransition = /* @__PURE__ */ ((EntityStateTransition2) => {
EntityStateTransition2["none"] = "none";

@@ -15,5 +14,5 @@ EntityStateTransition2["flush"] = "flush";

EntityStateTransition2["extend"] = "extend";
})(EntityStateTransition || (EntityStateTransition = {}));
var EntityAction;
(function(EntityAction2) {
return EntityStateTransition2;
})(EntityStateTransition || {});
var EntityAction = /* @__PURE__ */ ((EntityAction2) => {
EntityAction2["create"] = "create";

@@ -28,5 +27,5 @@ EntityAction2["default"] = "default";

EntityAction2["updateDisplayName"] = "updateDisplayName";
})(EntityAction || (EntityAction = {}));
var EntityType;
(function(EntityType2) {
return EntityAction2;
})(EntityAction || {});
var EntityType = /* @__PURE__ */ ((EntityType2) => {
EntityType2["identity"] = "identity";

@@ -73,3 +72,4 @@ EntityType2["teams_activity"] = "teams_activity";

EntityType2["office_admin"] = "office_admin";
})(EntityType || (EntityType = {}));
return EntityType2;
})(EntityType || {});
export {

@@ -76,0 +76,0 @@ EntityAction,

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

import { Source } from "./nova-eventing.interface";
import type { Source } from "./nova-eventing.interface";
/**

@@ -3,0 +3,0 @@ * Describes the commanding contract that can be used to communicate between two logical actors within a host application.

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

{"version":3,"file":"nova-commanding.interface.d.ts","sourceRoot":"","sources":["../src/nova-commanding.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAEnD;;;;;;;;GAQG;AAEH,MAAM,WAAW,cAAc;IAC7B;;;;OAIG;IACH,OAAO,CAAC,cAAc,EAAE,cAAc,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACxD;AAED,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;GAGG;AACH,MAAM,WAAW,WAAW,CAAC,KAAK;IAEhC,KAAK,EAAE,MAAM,CAAC;IAEd,MAAM,EAAE,MAAM,CAAC;IAEf,QAAQ,CAAC,EAAE,QAAQ,CAAC;IAEpB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd;AAED;;;GAGG;AACH,eAAO,MAAM,QAAQ;;;CAGX,CAAC"}
{"version":3,"file":"nova-commanding.interface.d.ts","sourceRoot":"","sources":["../src/nova-commanding.interface.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAExD;;;;;;;;GAQG;AAEH,MAAM,WAAW,cAAc;IAC7B;;;;OAIG;IACH,OAAO,CAAC,cAAc,EAAE,cAAc,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACxD;AAED,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;GAGG;AACH,MAAM,WAAW,WAAW,CAAC,KAAK;IAEhC,KAAK,EAAE,MAAM,CAAC;IAEd,MAAM,EAAE,MAAM,CAAC;IAEf,QAAQ,CAAC,EAAE,QAAQ,CAAC;IAEpB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd;AAED;;;GAGG;AACH,eAAO,MAAM,QAAQ;;;CAGX,CAAC"}

@@ -0,11 +1,24 @@

"use strict";
var __defProp = Object.defineProperty;
var __markAsModule = (target) => __defProp(target, "__esModule", {value: true});
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, {get: all[name], enumerable: true});
__defProp(target, name, { get: all[name], enumerable: true });
};
__markAsModule(exports);
__export(exports, {
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var nova_commanding_interface_exports = {};
__export(nova_commanding_interface_exports, {
Location: () => Location
});
module.exports = __toCommonJS(nova_commanding_interface_exports);
const Location = {

@@ -12,0 +25,0 @@ default: "default",

@@ -0,12 +1,28 @@

"use strict";
var __defProp = Object.defineProperty;
var __markAsModule = (target) => __defProp(target, "__esModule", {value: true});
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, {get: all[name], enumerable: true});
__defProp(target, name, { get: all[name], enumerable: true });
};
__markAsModule(exports);
__export(exports, {
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var nova_eventing_interface_exports = {};
__export(nova_eventing_interface_exports, {
InputType: () => InputType
});
module.exports = __toCommonJS(nova_eventing_interface_exports);
const InputType = {
/**
* Fallback for events triggered by the user from an unknown input
*/
unknown: "unknown",

@@ -17,3 +33,6 @@ mouse: "mouse",

pen: "pen",
/**
* Used for events triggered by code processes
*/
programmatic: "programmatic"
};
// src/nova-eventing.interface.ts
var InputType = {
/**
* Fallback for events triggered by the user from an unknown input
*/
unknown: "unknown",

@@ -8,2 +11,5 @@ mouse: "mouse",

pen: "pen",
/**
* Used for events triggered by code processes
*/
programmatic: "programmatic"

@@ -10,0 +16,0 @@ };

@@ -16,3 +16,3 @@ /**

[name: string]: unknown;
}, options?: {}) => {
}, options?: Record<string, unknown>) => {
error?: Error;

@@ -19,0 +19,0 @@ data?: unknown;

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

{"version":3,"file":"nova-graphql.interface.d.ts","sourceRoot":"","sources":["../src/nova-graphql.interface.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,MAAM,WAAW,WAAW,CAAC,eAAe,GAAG,GAAG;IAChD,WAAW,CAAC,EAAE,CACZ,aAAa,EAAE,eAAe,EAC9B,WAAW,EAAE,OAAO,KACjB,OAAO,CAAC;IAEb,gBAAgB,CAAC,EAAE,CACjB,KAAK,EAAE,eAAe,EACtB,SAAS,EAAE;QAAE,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,EACtC,OAAO,CAAC,EAAE,EAAE,KACT;QAAE,KAAK,CAAC,EAAE,KAAK,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC;IAEvC,eAAe,CAAC,EAAE,CAAC,MAAM,EAAE;QACzB,YAAY,EAAE,eAAe,CAAC;QAC9B,SAAS,EAAE;YAAE,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAA;SAAE,CAAC;QACvC,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;QACrC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;KAClC,KAAK,IAAI,CAAC;IAEX,WAAW,CAAC,EAAE,CACZ,QAAQ,EAAE,eAAe,KACtB;QACH,CAAC,OAAO,EAAE;YACR,SAAS,EAAE;gBAAE,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAA;aAAE,CAAC;YACvC,kBAAkB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;SACrC,KAAK,OAAO,CAAC;YAAE,MAAM,CAAC,EAAE,SAAS,KAAK,EAAE,CAAC;YAAC,IAAI,CAAC,EAAE,OAAO,CAAA;SAAE,CAAC;QAC5D,OAAO;KACR,CAAC;CACH"}
{"version":3,"file":"nova-graphql.interface.d.ts","sourceRoot":"","sources":["../src/nova-graphql.interface.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,MAAM,WAAW,WAAW,CAAC,eAAe,GAAG,GAAG;IAChD,WAAW,CAAC,EAAE,CACZ,aAAa,EAAE,eAAe,EAC9B,WAAW,EAAE,OAAO,KACjB,OAAO,CAAC;IAEb,gBAAgB,CAAC,EAAE,CACjB,KAAK,EAAE,eAAe,EACtB,SAAS,EAAE;QAAE,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,EACtC,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAC9B;QAAE,KAAK,CAAC,EAAE,KAAK,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC;IAEvC,eAAe,CAAC,EAAE,CAAC,MAAM,EAAE;QACzB,YAAY,EAAE,eAAe,CAAC;QAC9B,SAAS,EAAE;YAAE,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAA;SAAE,CAAC;QACvC,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;QACrC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;KAClC,KAAK,IAAI,CAAC;IAEX,WAAW,CAAC,EAAE,CACZ,QAAQ,EAAE,eAAe,KACtB;QACH,CAAC,OAAO,EAAE;YACR,SAAS,EAAE;gBAAE,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAA;aAAE,CAAC;YACvC,kBAAkB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;SACrC,KAAK,OAAO,CAAC;YAAE,MAAM,CAAC,EAAE,SAAS,KAAK,EAAE,CAAC;YAAC,IAAI,CAAC,EAAE,OAAO,CAAA;SAAE,CAAC;QAC5D,OAAO;KACR,CAAC;CACH"}

@@ -0,3 +1,16 @@

"use strict";
var __defProp = Object.defineProperty;
var __markAsModule = (target) => __defProp(target, "__esModule", {value: true});
__markAsModule(exports);
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var nova_graphql_interface_exports = {};
module.exports = __toCommonJS(nova_graphql_interface_exports);
{
"name": "@nova/types",
"license": "MIT",
"version": "1.2.5",
"version": "1.2.6",
"main": "./lib/index",

@@ -16,2 +16,7 @@ "scripts": {

},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/nova-facade.git",
"directory": "packages/nova-types"
},
"sideEffects": false,

@@ -24,2 +29,3 @@ "access": "public",

".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.mjs",

@@ -26,0 +32,0 @@ "require": "./lib/index.js"

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

import { Source } from "./nova-eventing.interface";
import type { Source } from "./nova-eventing.interface";

@@ -3,0 +3,0 @@ /**

@@ -22,3 +22,3 @@ /**

variables: { [name: string]: unknown },
options?: {},
options?: Record<string, unknown>,
) => { error?: Error; data?: unknown };

@@ -25,0 +25,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet