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

subtender

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

subtender - npm Package Compare versions

Comparing version 0.12.5 to 0.13.0

poi/selectors.js

4

kc.js

@@ -25,2 +25,6 @@ "use strict";

/*
DEPRECATION: note that this function is deprecated in favor of canEquipDLCFuncSelector from poi,
as we have WhoCallsTheFleet data from poi, there is no point in maintaining a separated list
and having to update this constantly.
check whether a ship is capable of equipping Daihatsu Landing Craft (DLC for short)

@@ -27,0 +31,0 @@

2

package.json
{
"name": "subtender",
"version": "0.12.5",
"version": "0.13.0",
"description": "Javran's utility functions",

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

@@ -31,2 +31,14 @@ 'use strict';

var _selectors = require('./selectors');
Object.keys(_selectors).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _selectors[key];
}
});
});
var _kc = require('../kc');

@@ -33,0 +45,0 @@

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