Socket
Socket
Sign inDemoInstall

@systemic-games/pixels-edit-animation

Package Overview
Dependencies
4
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

3

dist/cjs/edit/EditAnimation.js

@@ -12,4 +12,3 @@ "use strict";

}
// eslint-disable-next-line @typescript-eslint/no-unused-vars
requiresPattern(pattern) {
requiresPattern(_pattern) {
return undefined;

@@ -16,0 +15,0 @@ }

@@ -7,6 +7,5 @@ import Editable from "./Editable";

}
// eslint-disable-next-line @typescript-eslint/no-unused-vars
requiresPattern(pattern) {
requiresPattern(_pattern) {
return undefined;
}
}

@@ -13,3 +13,3 @@ import { AnimationType, AnimationBits, AnimationPreset } from "@systemic-games/pixels-core-animation";

abstract duplicate(): EditAnimation;
requiresPattern(pattern: EditPattern): {
requiresPattern(_pattern: EditPattern): {
asRgb: boolean;

@@ -16,0 +16,0 @@ } | undefined;

@@ -13,3 +13,3 @@ import { AnimationType, AnimationBits, AnimationPreset } from "@systemic-games/pixels-core-animation";

abstract duplicate(): EditAnimation;
requiresPattern(pattern: EditPattern): {
requiresPattern(_pattern: EditPattern): {
asRgb: boolean;

@@ -16,0 +16,0 @@ } | undefined;

{
"name": "@systemic-games/pixels-edit-animation",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -51,4 +51,4 @@ "main": "dist/cjs/index.js",

"dependencies": {
"@systemic-games/pixels-core-animation": "1.0.3",
"@systemic-games/pixels-core-utils": "1.0.3"
"@systemic-games/pixels-core-animation": "1.0.4",
"@systemic-games/pixels-core-utils": "1.0.4"
},

@@ -55,0 +55,0 @@ "devDependencies": {

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc