Socket
Socket
Sign inDemoInstall

crossframe

Package Overview
Dependencies
0
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

8

package.json
{
"name": "crossframe",
"version": "1.0.1",
"version": "1.0.2",
"description": "Send messages between a page and its (sandboxed) iframes with ease.",

@@ -15,3 +15,7 @@ "main": "src/crossframe.js",

},
"homepage": "https://github.com/athombv/crossframe#readme"
"homepage": "https://github.com/athombv/crossframe#readme",
"config": {
"npmPublishTagProduction": "latest",
"npmPublishTagStaging": "beta"
}
}

@@ -91,3 +91,4 @@ /*

CrossFrame.prototype._debug = function(){
console.log.bind( null, '[CrossFrame]' ).apply( null, arguments );
if( window.DEBUG )
console.log.bind( null, '[CrossFrame]' ).apply( null, arguments );
}

@@ -275,2 +276,2 @@

})()
})()
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