sharelinks
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "sharelinks", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"authors": [ | ||
@@ -5,0 +5,0 @@ "Mr Chimp <chimpytk@gmail.com>" |
@@ -82,4 +82,4 @@ (function (root, factory) { | ||
href, | ||
platform = platforms[e.target.dataset['platform']] || false, | ||
elem = e.target; | ||
elem = e.currentTarget, | ||
platform = platforms[elem.dataset['platform']] || false; | ||
@@ -86,0 +86,0 @@ if (typeof platform === 'undefined') { |
{ | ||
"name": "sharelinks", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"repository": "git@github.com/mrchimp/sharelinks", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
13855