Socket
Socket
Sign inDemoInstall

@dldc/canvas

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dldc/canvas - npm Package Compare versions

Comparing version 1.2.8 to 1.2.9

8

dist/mod.js

@@ -570,3 +570,3 @@ // src/base/Variables.ts

// src/core/HitResponder.ts
import { PubSub } from "@dldc/pubsub";
import { createSubscription } from "@dldc/pubsub";

@@ -609,5 +609,5 @@ // src/core/HitView.ts

let draw = null;
const pointerMoveSub = PubSub.createSubscription();
const pointerEnterSub = PubSub.createSubscription();
const pointerLeaveSub = PubSub.createSubscription();
const pointerMoveSub = createSubscription();
const pointerEnterSub = createSubscription();
const pointerLeaveSub = createSubscription();
return {

@@ -614,0 +614,0 @@ event,

{
"name": "@dldc/canvas",
"version": "1.2.8",
"version": "1.2.9",
"description": "A 2D Canvas engine",

@@ -41,2 +41,3 @@ "keywords": [],

"test:watch": "vitest --watch",
"test:watch:coverage": "vitest --watch --coverage",
"typecheck": "tsc",

@@ -86,11 +87,11 @@ "typecheck:watch": "tsc --watch"

"dependencies": {
"@dldc/pubsub": "^6.0.3",
"@dldc/stack": "^4.1.7"
"@dldc/pubsub": "^7.0.1",
"@dldc/stack": "^6.0.1"
},
"devDependencies": {
"@dldc/humpf": "^5.0.3",
"@dldc/humpf": "^6.0.0",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitest/coverage-v8": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitest/coverage-v8": "^1.5.3",
"auto-changelog": "^2.4.0",

@@ -100,8 +101,8 @@ "eslint": "^8.56.0",

"prettier": "^3.2.5",
"release-it": "^17.2.0",
"release-it": "^17.2.1",
"rimraf": "^5.0.5",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vitest": "^1.5.0"
"vite": "^5.2.10",
"vitest": "^1.5.3"
},

@@ -108,0 +109,0 @@ "packageManager": "pnpm@8.9.0",

Sorry, the diff of this file is not supported yet

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