Comparing version 0.4.9 to 0.4.10
@@ -1,5 +0,5 @@ | ||
var myProductName = "opmltojs"; myVersion = "0.4.9"; | ||
var myProductName = "opmltojs"; myVersion = "0.4.10"; | ||
/* The MIT License (MIT) | ||
Copyright (c) 2014-2020 Dave Winer | ||
Copyright (c) 2014-2021 Dave Winer | ||
@@ -67,3 +67,5 @@ Permission is hereby granted, free of charge, to any person obtaining a copy | ||
for (var x in atts) { | ||
deststruct [x] = atts [x]; | ||
if (x != "subs") { //1/18/21 by DW | ||
deststruct [x] = atts [x]; | ||
} | ||
} | ||
@@ -70,0 +72,0 @@ delete sourcestruct ["$"]; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.4.9", | ||
"version": "0.4.10", | ||
"main": "opmltojs.js", | ||
@@ -9,0 +9,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9298
163