Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@pkmn/client

Package Overview
Dependencies
4
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.3 to 0.3.4

2

build/battle.d.ts

@@ -73,3 +73,3 @@ import { DataKind, GameType, Generation, Generations, ID, PokemonSet, SideID } from '@pkmn/data';

slot: number;
pokemonid: SideID | Protocol.PokemonIdent;
pokemonid: Protocol.PokemonIdent | SideID;
};

@@ -76,0 +76,0 @@ getSwitchedPokemon(pokemonid: PokemonIdent | SideID, details: PokemonDetails): Pokemon;

@@ -130,4 +130,4 @@ "use strict";

const pokemon = this.battle.rememberTeamPreviewPokemon(args[1], args[2]);
if (args[3] === 'item')
pokemon.teamPreviewItem = true;
if (args[3] === 'item' || args[3] === 'mail')
pokemon.teamPreviewItem = true; // TODO: mail
}

@@ -134,0 +134,0 @@ '|teampreview|'(args) {

{
"name": "@pkmn/client",
"version": "0.3.3",
"version": "0.3.4",
"main": "build/index.js",

@@ -19,7 +19,7 @@ "types": "build/index.d.ts",

"dependencies": {
"@pkmn/data": "^0.4.6",
"@pkmn/protocol": "^0.3.3"
"@pkmn/data": "^0.4.8",
"@pkmn/protocol": "^0.3.4"
},
"devDependencies": {
"@pkmn/dex": "^0.4.6"
"@pkmn/dex": "^0.4.8"
},

@@ -26,0 +26,0 @@ "scripts": {

@@ -222,3 +222,3 @@ import {

const pokemon = this.battle.rememberTeamPreviewPokemon(args[1], args[2])!;
if (args[3] === 'item') pokemon.teamPreviewItem = true;
if (args[3] === 'item' || args[3] === 'mail') pokemon.teamPreviewItem = true; // TODO: mail
}

@@ -225,0 +225,0 @@

Sorry, the diff of this file is not supported yet

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