resolve-pathname
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "resolve-pathname", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Resolve URL pathnames using JavaScript", | ||
"repository": "mjackson/resolve-pathname", | ||
"author": "Michael Jackson", | ||
"license": "MIT", | ||
"main": "lib", | ||
"files": [ | ||
"lib", | ||
"umd" | ||
], | ||
"scripts": { | ||
"lint": "eslint modules", | ||
"build": "node ./scripts/build.js", | ||
"build-cjs": "rimraf lib && babel ./modules -d lib --ignore '__tests__'", | ||
"build-cjs": "babel ./modules -d . --ignore '__tests__'", | ||
"build-min": "NODE_ENV=production webpack -p modules/index.js umd/resolve-pathname.min.js", | ||
@@ -28,2 +24,3 @@ "build-umd": "NODE_ENV=production webpack modules/index.js umd/resolve-pathname.js", | ||
"babel-preset-es2015": "^6.5.0", | ||
"babel-preset-es2015-loose": "^8.0.0", | ||
"eslint": "^3.2.2", | ||
@@ -43,14 +40,4 @@ "eslint-plugin-import": "^2.0.0", | ||
"readline-sync": "^1.4.1", | ||
"rimraf": "^2.5.2", | ||
"webpack": "^1.12.14" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mjackson/resolve-pathname.git" | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"es2015" | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10596
6
156
1
1