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

can-log

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-log - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

5

can-log.js

@@ -8,3 +8,4 @@ 'use strict';

* @module {{}} can-log log
* @parent can-log
* @parent can-infrastructure
* @hide
*

@@ -49,2 +50,3 @@ * Utilities for logging to the console.

* Adds a message to the console.
* @hide
*

@@ -77,2 +79,3 @@ * ```

* Adds an error message to the console.
* @hide
*

@@ -79,0 +82,0 @@ * ```

7

dev/dev.js

@@ -8,3 +8,4 @@ 'use strict';

* @parent can-log
*
* @hide
*
* Utilities for logging development-mode messages. Use this module for

@@ -21,2 +22,3 @@ * anything that should be shown to the user during development but isn't

* @description
* @hide
*

@@ -50,2 +52,3 @@ * JSON stringifies a value, but unlike JSON, will output properties with

* @description
* @hide
*

@@ -72,2 +75,3 @@ * Adds a warning message to the console.

* @description
* @hide
*

@@ -94,2 +98,3 @@ * Adds a message to the console.

* @description
* @hide
*

@@ -96,0 +101,0 @@ * Adds an error message to the console.

@@ -1,2 +0,2 @@

/*can-log@0.0.0#can-log*/
/*can-log@0.1.0#can-log*/
define(function (require, exports, module) {

@@ -3,0 +3,0 @@ 'use strict';

@@ -1,2 +0,2 @@

/*can-log@0.0.0#can-log*/
/*can-log@0.1.0#can-log*/
'use strict';

@@ -3,0 +3,0 @@ exports.warnTimeout = 5000;

@@ -130,3 +130,3 @@ /*[global-shim-start]*/

/*can-log@0.0.0#can-log*/
/*can-log@0.1.0#can-log*/
define('can-log', function (require, exports, module) {

@@ -133,0 +133,0 @@ 'use strict';

{
"name": "can-log",
"version": "0.1.0",
"version": "0.1.1",
"description": "Utilities for logging to the console.",

@@ -20,3 +20,3 @@ "homepage": "https://canjs.com/",

"testee": "testee test.html --browsers firefox",
"test": "npm run jshint && npm run testee",
"test": "npm run detect-cycle && npm run jshint && npm run testee",
"jshint": "jshint ./*.js --config",

@@ -27,3 +27,4 @@ "release:patch": "npm version patch && npm publish",

"build": "node build.js",
"develop": "done-serve --static --develop --port 8080"
"develop": "done-serve --static --develop --port 8080",
"detect-cycle": "detect-cyclic-packages --ignore done-serve"
},

@@ -46,2 +47,6 @@ "main": "dist/cjs/can-log",

"devDependencies": {
"detect-cyclic-packages": "^1.1.0",
"done-serve": "^1.0.0",
"donejs-cli": "^1.0.0",
"generator-donejs": "^1.0.0",
"jshint": "^2.9.1",

@@ -51,8 +56,5 @@ "steal": "^1.3.1",

"steal-tools": "^1.2.0",
"testee": "^0.3.0",
"generator-donejs": "^1.0.0",
"donejs-cli": "^1.0.0",
"done-serve": "^1.0.0"
"testee": "^0.3.0"
},
"license": "MIT"
}
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