New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More →
Socket
Sign inDemoInstall
Socket

filename

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filename - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

7

History.md

@@ -0,1 +1,6 @@

v0.1.0 / 2015-04-08
==================
* `coveralls` test
v0.0.3 / 2013-02-19

@@ -13,5 +18,5 @@ ==================

0.0.1 / 2014-09-12
v0.0.1 / 2014-09-12
==================
* Project start

3

index.js

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

* @subpackage main
* @version 0.0.0
* @version 0.1.0
* @author hex7c0 <hex7c0@gmail.com>

@@ -16,3 +16,2 @@ * @copyright hex7c0 2014

*/
// import
var basename = require('path').basename;

@@ -19,0 +18,0 @@ var extname = require('path').extname;

{
"version": "0.0.3",
"version": "0.1.0",
"name": "filename",

@@ -27,3 +27,5 @@ "description": "tiny module for get script filename",

"devDependencies": {
"mocha": "~2.1"
"coveralls": "~2.11",
"istanbul": "~0.3",
"mocha": "~2.2"
},

@@ -35,5 +37,6 @@ "engines": {

"prepublish": "npm prune",
"test": "mocha --bail --check-leaks"
"test": "mocha --bail --check-leaks",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly"
},
"license": "GPLv3"
}

@@ -7,2 +7,3 @@ # [filename](http://supergiovane.tk/#/filename)

[![Dependency Status](https://img.shields.io/david/hex7c0/filename.svg)](https://david-dm.org/hex7c0/filename)
[![Coveralls](https://img.shields.io/coveralls/hex7c0/filename.svg)](https://coveralls.io/r/hex7c0/filename)

@@ -9,0 +10,0 @@ Tiny module for get script filename

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