Socket
Socket
Sign inDemoInstall

swfobject-amd

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.0 to 2.3.1

2

package.json

@@ -5,3 +5,3 @@ {

"main": "swfobject.js",
"version": "2.3.0",
"version": "2.3.1",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

@@ -664,6 +664,8 @@ /*! SWFObject v2.3.20120118 <http://github.com/swfobject/swfobject>

ua = null;
for (var l in swfobject) {
swfobject[l] = null;
if( typeof swfobject !== "undefined" ){
for (var l in swfobject) {
swfobject[l] = null;
}
swfobject = null;
}
swfobject = null;
});

@@ -670,0 +672,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc