vim-webgl-component
Advanced tools
Comparing version 0.2.36-dev.11 to 0.2.36-dev.12
@@ -0,0 +0,0 @@ import type { ISubscribable } from "../events/ISubscribable"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ISubscribable, SubscriptionChangeEventHandler } from ".."; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import type { ISubscription } from "../events/ISubscription"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { SubscriptionChangeEventHandler } from "../dispatching/SubscriptionChangeEventHandler"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { ISubscription } from "./ISubscription"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ISubscription } from "./ISubscription"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { EventListBase, ISubscribable } from ".."; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /*! |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IEventManagement } from "./IEventManagement"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "ste-core", | ||
"version": "3.0.8", | ||
"description": "Core files for the Strongly Typed Events project.", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"test": "npm run mocha --recursive test/**/*.ts --exit", | ||
"mocha": "mocha -r ts-node/register", | ||
"build": "del-cli dist & tsc", | ||
"prepublishOnly": "npm run build & npm test", | ||
"postpublish": "git push origin --tags", | ||
"doc": "jsdoc -d docs --configure jsconf.json main.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript.git" | ||
}, | ||
"keywords": [ | ||
"events", | ||
"event", | ||
"strongly", | ||
"typed", | ||
"typescript", | ||
"DotNet" | ||
], | ||
"author": "Kees C. Bakker (https://keestalkstech.com)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript/issues" | ||
}, | ||
"homepage": "https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript#readme", | ||
"devDependencies": { | ||
"@types/chai": "^4.3.4", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.11.18", | ||
"chai": "^4.3.7", | ||
"del-cli": "^5.0.0", | ||
"mocha": "^10.2.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.4" | ||
}, | ||
"engines": { | ||
"node": ">=4.2.4" | ||
}, | ||
"gitHead": "a17557b5c4f67ce2f40b59c99e05c6191e322a55" | ||
"name": "ste-core", | ||
"version": "3.0.11", | ||
"description": "Core files for the Strongly Typed Events project.", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"test": "npm run mocha --recursive test/**/*.ts --exit", | ||
"mocha": "mocha -r ts-node/register", | ||
"build": "del-cli dist & tsc", | ||
"prepublishOnly": "npm run build & npm test", | ||
"postpublish": "git push origin --tags", | ||
"doc": "jsdoc -d docs --configure jsconf.json main.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript.git" | ||
}, | ||
"keywords": [ | ||
"events", | ||
"event", | ||
"strongly", | ||
"typed", | ||
"typescript", | ||
"DotNet" | ||
], | ||
"author": "Kees C. Bakker (https://keestalkstech.com)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript/issues" | ||
}, | ||
"homepage": "https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript#readme", | ||
"devDependencies": { | ||
"@types/chai": "^4.3.5", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^20.4.9", | ||
"chai": "^4.3.7", | ||
"del-cli": "^5.0.0", | ||
"mocha": "^10.2.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.1.6" | ||
}, | ||
"engines": { | ||
"node": ">=4.2.4" | ||
}, | ||
"gitHead": "0771a18e4be333041ca0ab2ffd8ea7cd1c890263", | ||
"files": [ | ||
"dist/**/*.js", | ||
"dist/**/*.d.ts", | ||
"dist/**/*.txt" | ||
] | ||
} |
@@ -0,0 +0,0 @@ /*! |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ISubscribable } from "ste-core"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IEventManagement } from "ste-core"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IBaseEventHandling } from "ste-core"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { DispatcherBase, IPropagationStatus } from "ste-core"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { HandlingBase } from "ste-core"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { EventListBase } from "ste-core"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "ste-signals", | ||
"version": "3.0.9", | ||
"description": "Add the power of Signals to your projects. They are the most bare bones implementation of an event.", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"test": "npm run mocha --recursive test/**/*-test.ts --exit", | ||
"mocha": "mocha -r ts-node/register", | ||
"build": "del-cli dist & tsc", | ||
"prepublishOnly": "npm run build & npm test", | ||
"postpublish": "git push origin --tags" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript.git" | ||
}, | ||
"keywords": [ | ||
"signals", | ||
"events", | ||
"event", | ||
"strongly", | ||
"typed", | ||
"typescript", | ||
"DotNet" | ||
], | ||
"author": "Kees C. Bakker (https://keestalkstech.com)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript/issues" | ||
}, | ||
"homepage": "https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript#readme", | ||
"devDependencies": { | ||
"@types/chai": "^4.3.4", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.11.18", | ||
"chai": "^4.3.7", | ||
"del-cli": "^5.0.0", | ||
"mocha": "^10.2.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.4" | ||
}, | ||
"engines": { | ||
"node": ">=4.2.4" | ||
}, | ||
"dependencies": { | ||
"ste-core": "^3.0.8" | ||
}, | ||
"gitHead": "cd9df3e3dc782ea4c5a485b88099df328306cc0c" | ||
"name": "ste-signals", | ||
"version": "3.0.11", | ||
"description": "Add the power of Signals to your projects. They are the most bare bones implementation of an event.", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"test": "npm run mocha --recursive test/**/*-test.ts --exit", | ||
"mocha": "mocha -r ts-node/register", | ||
"build": "del-cli dist & tsc", | ||
"prepublishOnly": "npm run build & npm test", | ||
"postpublish": "git push origin --tags" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript.git" | ||
}, | ||
"keywords": [ | ||
"signals", | ||
"events", | ||
"event", | ||
"strongly", | ||
"typed", | ||
"typescript", | ||
"DotNet" | ||
], | ||
"author": "Kees C. Bakker (https://keestalkstech.com)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript/issues" | ||
}, | ||
"homepage": "https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript#readme", | ||
"devDependencies": { | ||
"@types/chai": "^4.3.5", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^20.4.9", | ||
"chai": "^4.3.7", | ||
"del-cli": "^5.0.0", | ||
"mocha": "^10.2.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.1.6" | ||
}, | ||
"engines": { | ||
"node": ">=4.2.4" | ||
}, | ||
"dependencies": { | ||
"ste-core": "^3.0.11" | ||
}, | ||
"gitHead": "0771a18e4be333041ca0ab2ffd8ea7cd1c890263", | ||
"files": [ | ||
"dist/**/*.js", | ||
"dist/**/*.d.ts", | ||
"dist/**/*.txt" | ||
] | ||
} |
@@ -0,0 +0,0 @@ import { ISimpleEvent } from "./ISimpleEvent"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ISubscribable } from "ste-core"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IEventManagement } from "ste-core"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IBaseEventHandling } from "ste-core"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { SimpleEventDispatcher } from "./SimpleEventDispatcher"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { DispatcherBase, IPropagationStatus } from "ste-core"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { HandlingBase } from "ste-core"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { EventListBase } from "ste-core"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "ste-simple-events", | ||
"version": "3.0.9", | ||
"description": "Add the power of Simple Events to your projects. Every event has an argument with its data.", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"test": "npm run mocha --recursive test/**/*-test.ts --exit", | ||
"mocha": "mocha -r ts-node/register", | ||
"build": "del-cli dist & tsc", | ||
"prepublishOnly": "npm run build & npm test", | ||
"postpublish": "git push origin --tags" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript.git" | ||
}, | ||
"keywords": [ | ||
"signals", | ||
"events", | ||
"event", | ||
"strongly", | ||
"typed", | ||
"typescript", | ||
"DotNet" | ||
], | ||
"author": "Kees C. Bakker (https://keestalkstech.com)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript/issues" | ||
}, | ||
"homepage": "https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript#readme", | ||
"devDependencies": { | ||
"@types/chai": "^4.3.4", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.11.18", | ||
"chai": "^4.3.7", | ||
"del-cli": "^5.0.0", | ||
"mocha": "^10.2.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.4" | ||
}, | ||
"engines": { | ||
"node": ">=4.2.4" | ||
}, | ||
"dependencies": { | ||
"ste-core": "^3.0.8" | ||
}, | ||
"gitHead": "cd9df3e3dc782ea4c5a485b88099df328306cc0c" | ||
"name": "ste-simple-events", | ||
"version": "3.0.11", | ||
"description": "Add the power of Simple Events to your projects. Every event has an argument with its data.", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"test": "npm run mocha --recursive test/**/*-test.ts --exit", | ||
"mocha": "mocha -r ts-node/register", | ||
"build": "del-cli dist & tsc", | ||
"prepublishOnly": "npm run build & npm test", | ||
"postpublish": "git push origin --tags" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript.git" | ||
}, | ||
"keywords": [ | ||
"signals", | ||
"events", | ||
"event", | ||
"strongly", | ||
"typed", | ||
"typescript", | ||
"DotNet" | ||
], | ||
"author": "Kees C. Bakker (https://keestalkstech.com)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript/issues" | ||
}, | ||
"homepage": "https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript#readme", | ||
"devDependencies": { | ||
"@types/chai": "^4.3.5", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^20.4.9", | ||
"chai": "^4.3.7", | ||
"del-cli": "^5.0.0", | ||
"mocha": "^10.2.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.1.6" | ||
}, | ||
"engines": { | ||
"node": ">=4.2.4" | ||
}, | ||
"dependencies": { | ||
"ste-core": "^3.0.11" | ||
}, | ||
"gitHead": "0771a18e4be333041ca0ab2ffd8ea7cd1c890263", | ||
"files": [ | ||
"dist/**/*.js", | ||
"dist/**/*.d.ts", | ||
"dist/**/*.txt" | ||
] | ||
} |
{ | ||
"name": "vim-webgl-viewer", | ||
"version": "2.0.1-dev.26", | ||
"version": "2.0.1-dev.30", | ||
"description": "A high-performance 3D viewer and VIM file loader built on top of Three.JS.", | ||
@@ -51,7 +51,7 @@ "files": [ | ||
}, | ||
"bundledDependencies": { | ||
"three": "0.143.0" | ||
}, | ||
"bundleDependencies": [ | ||
"three" | ||
], | ||
"dependencies": { | ||
"three": "0.143.0", | ||
"deepmerge": "^4.2.2", | ||
@@ -58,0 +58,0 @@ "ste-events": "^3.0.7", |
{ | ||
"name": "vim-webgl-component", | ||
"version": "0.2.36-dev.11", | ||
"version": "0.2.36-dev.12", | ||
"description": "A demonstration app built on top of the vim-webgl-viewer", | ||
@@ -56,6 +56,7 @@ "files": [ | ||
}, | ||
"bundledDependencies": { | ||
"vim-webgl-viewer": "2.0.1-dev.26" | ||
}, | ||
"bundleDependencies": [ | ||
"vim-webgl-viewer" | ||
], | ||
"dependencies": { | ||
"vim-webgl-viewer": "2.0.1-dev.30", | ||
"@firefox-devtools/react-contextmenu": "^5.1.0", | ||
@@ -62,0 +63,0 @@ "jsx": "^0.9.89", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67299447
8
1522
785014
64