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.3 to 1.2.4

4

dist/mod.d.ts

@@ -49,4 +49,4 @@ import * as _dldc_stack from '@dldc/stack';

static create(ctx: CanvasRenderingContext2D, scheduler: IScreduler): Tools;
static CtxKey: _dldc_stack.IKey<CanvasRenderingContext2D, false, [value: CanvasRenderingContext2D]>;
static SchedulerKey: _dldc_stack.IKey<IScreduler, false, [value: IScreduler]>;
static CtxKey: _dldc_stack.TKey<CanvasRenderingContext2D, false>;
static SchedulerKey: _dldc_stack.TKey<IScreduler, false>;
get ctx(): CanvasRenderingContext2D;

@@ -53,0 +53,0 @@ time(): number;

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

@@ -44,12 +44,52 @@ "keywords": [],

},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"tabWidth": 2,
"useTabs": false
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": true,
"warnOnUnsupportedTypeScriptVersion": false
},
"plugins": [
"@typescript-eslint"
],
"extends": [
"plugin:@typescript-eslint/recommended-type-checked",
"prettier"
],
"rules": {
"no-constant-condition": "off",
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/consistent-type-imports": "error",
"@typescript-eslint/no-base-to-string": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-inferrable-types": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-redundant-type-constituents": "off",
"@typescript-eslint/no-this-alias": "off",
"@typescript-eslint/no-unsafe-argument": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-unsafe-call": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-return": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/unbound-method": "off"
},
"root": true
},
"dependencies": {
"@dldc/pubsub": "^5.2.3",
"@dldc/stack": "^4.0.1"
"@dldc/pubsub": "^5.2.4",
"@dldc/stack": "^4.0.3"
},
"devDependencies": {
"@dldc/humpf": "^4.0.3",
"@types/node": "^20.6.3",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vitest/coverage-v8": "^0.34.5",
"@dldc/humpf": "^4.0.4",
"@types/node": "^20.8.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vitest/coverage-v8": "^0.34.6",
"auto-changelog": "^2.4.0",

@@ -59,8 +99,8 @@ "eslint": "^8.50.0",

"prettier": "^3.0.3",
"release-it": "^16.1.5",
"rimraf": "^5.0.1",
"release-it": "^16.2.1",
"rimraf": "^5.0.5",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.5"
"vitest": "^0.34.6"
},

@@ -72,2 +112,8 @@ "packageManager": "pnpm@8.6.1",

},
"dldc": {
"viteExample": true,
"additionalDevDependencies": [
"@dldc/humpf"
]
},
"release-it": {

@@ -74,0 +120,0 @@ "hooks": {

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