Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dowpro-replay-watcher-dal

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dowpro-replay-watcher-dal - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

1

js/types/persisted.types.validation.js

@@ -10,2 +10,3 @@ "use strict";

typeof obj.ModVersion !== "string" ||
typeof obj.ModName !== "string" ||
!Array.isArray(obj.Players)) {

@@ -12,0 +13,0 @@ return false;

2

package.json
{
"name": "dowpro-replay-watcher-dal",
"version": "0.2.3",
"version": "0.2.4",
"description": "Data access layer for dowpro ladder",

@@ -5,0 +5,0 @@ "main": "js/index.js",

@@ -37,2 +37,3 @@ Data access layer for dowpro ladder

* 0.2.2: Adding Mod version to the GameResult type.
* 0.2.3: Rationalizing types (ModVersion & ModName related).
* 0.2.3: Rationalizing types (ModVersion & ModName related).
* 0.2.4: Fixing GameResult validation (forgot ModName property).

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