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

console-dot-toad

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

console-dot-toad - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

10

console.toad.js

@@ -6,9 +6,9 @@ /**

(function dothething() {
(function dothething(global) {
if( !window.console ) {
if( !global.console ) {
return;
}
window.console.toad = function() {
global.console.toad = function() {

@@ -18,3 +18,3 @@ var i,

var inBrowser = (typeof window !== 'undefined');
var inBrowser = (typeof global !== 'undefined');

@@ -59,2 +59,2 @@ var toad;

}
})();
})(this);
{
"name": "console-dot-toad",
"version": "1.0.2",
"version": "1.0.3",
"description": "Log with a toad, its as simple as that!",

@@ -5,0 +5,0 @@ "main": "console.toad.js",

@@ -46,4 +46,4 @@ # 搞个大新闻 Make a big news

###License
Copyright (c) 2016 Dafrok Zhang - http://dafrok.github.io
Copyright (c) 2016 moeHa
The MIT License
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