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

milsymbol

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

milsymbol - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

bower.json
{
"name": "milsymbol",
"version": "1.3.1",
"version": "1.3.2",
"homepage": "https://github.com/spatialillusions/milsymbol",

@@ -5,0 +5,0 @@ "authors": ["Måns Beckman (http://www.spatialillusions.com)"],

# Change Log
## 1.3.2 13 NOV 2017
### Added
### Changed
### Deprecated
### Removed
### Fixed
- Following symbols were drawn as fixed wing instead of rotary wing
- WAR.SOFUNT.AVN.ROT.ATK
- WAR.SOFUNT.AVN.ROT.UTY
- WAR.SOFUNT.AVN.ROT.UTY.LIT
- WAR.SOFUNT.AVN.ROT.UTY.MDM
- WAR.SOFUNT.AVN.ROT.UTY.HVY
- The option infoColor was not set when used, this is now fixed.
### Security
## 1.3.1 17 OCT 2017

@@ -4,0 +27,0 @@

{
"name": "milsymbol",
"version": "1.3.1",
"version": "1.3.2",
"description": "Milsymbol.js is a small library in pure javascript that creates symbols according to MIL-STD-2525 and APP6.",

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

@@ -60,3 +60,3 @@ var ms = require("../ms.js");

sId["S-F-AHA---"] = [
icn["AR.I.MILITARY FIXED WING"],
icn["GR.IC.AVIATION ROTARY WING"],
icn["AIR.M1.SPECIAL OPERATIONS FORCES"],

@@ -66,3 +66,3 @@ icn["SOF.M2.ATTACK"]

sId["S-F-AHU---"] = [
icn["AR.I.MILITARY FIXED WING"],
icn["GR.IC.AVIATION ROTARY WING"],
icn["AIR.M1.SPECIAL OPERATIONS FORCES"],

@@ -72,3 +72,3 @@ icn["SOF.M2.UTILITY"]

sId["S-F-AHUL--"] = [
icn["AR.I.MILITARY FIXED WING"],
icn["GR.IC.AVIATION ROTARY WING"],
icn["AIR.M1.SPECIAL OPERATIONS FORCES"],

@@ -78,3 +78,3 @@ icn["AIR.M2.LIGHT"]

sId["S-F-AHUM--"] = [
icn["AR.I.MILITARY FIXED WING"],
icn["GR.IC.AVIATION ROTARY WING"],
icn["AIR.M1.SPECIAL OPERATIONS FORCES"],

@@ -84,3 +84,3 @@ icn["AIR.M2.MEDIUM"]

sId["S-F-AHUH--"] = [
icn["AR.I.MILITARY FIXED WING"],
icn["GR.IC.AVIATION ROTARY WING"],
icn["AIR.M1.SPECIAL OPERATIONS FORCES"],

@@ -87,0 +87,0 @@ icn["AIR.M2.HEAVY"]

@@ -53,3 +53,3 @@ /*!

this.autoSVG = false;
this.version = "1.3.1";
this.version = "1.3.2";

@@ -56,0 +56,0 @@ if (typeof console === "object") {

@@ -9,3 +9,3 @@ //Text Fields ############################################################################

var fontColor =
this.infoColor ||
this.properties.infoColor ||
this.colors.iconColor[this.properties.affiliation] ||

@@ -12,0 +12,0 @@ this.colors.iconColor["Friend"];

Sorry, the diff of this file is too big to display

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 not supported yet

Sorry, the diff of this file is not supported yet

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