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

elecpen

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elecpen - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

test/test.js

4

index.js

@@ -48,5 +48,5 @@ var fs = require('fs');

var args = Array.prototype.slice.call(arguments),
msg = util.format.apply(this, [].concat(msg, args));
entry = util.format.apply(this, [].concat(msg, args));
stream.write(msg + '\n');
stream.write(entry + '\n');

@@ -53,0 +53,0 @@ if(logToConsole) {

{
"name": "elecpen",
"version": "0.1.2",
"version": "0.1.3",
"description": "a simple logger",
"main": "index.js",
"scripts": {
"test": "echo \"no test\""
"test": "mocha"
},

@@ -9,0 +9,0 @@ "repository": {

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