Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

realpath-native

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

realpath-native - npm Package Compare versions

Comparing version
1.0.2
to
1.1.0
+6
index.d.ts
declare function realpath(filepath: string): string;
declare namespace realpath {
var sync: typeof realpathSync;
}
declare function realpathSync(filepath: string): string;
export = realpath;
+8
-5
{
"name": "realpath-native",
"version": "1.0.2",
"version": "1.1.0",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js"
"index.js",
"index.d.ts"
],

@@ -20,3 +22,3 @@ "description": "Use the system's native `realpath`",

"lint": "eslint .",
"test": "eslint ."
"test": "eslint . && ava"
},

@@ -29,2 +31,3 @@ "dependencies": {

"@commitlint/config-conventional": "^6.0.2",
"ava": "^0.25.0",
"eslint": "^4.13.1",

@@ -35,3 +38,3 @@ "eslint-config-simenb-base": "^14.0.0",

"lint-staged": "^6.0.0",
"prettier": "^1.9.2"
"prettier": "^1.16.4"
},

@@ -53,3 +56,3 @@ "commitlint": {

],
"*.{md,json}": [
"*.{md,json,ts}": [
"prettier --write",

@@ -56,0 +59,0 @@ "git add"