Socket
Socket
Sign inDemoInstall

@pagedip/util-resolve

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pagedip/util-resolve - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

lib/index.js

20

package.json
{
"name": "@pagedip/util-resolve",
"version": "1.0.1",
"version": "1.0.2",
"author": "Tyler Johnson <tyler@beneaththeink.com>",

@@ -9,13 +9,11 @@ "repository": {

},
"main": "index.js",
"main": "lib/index.js",
"scripts": {
"clean": "shx rm -f index.js test.js",
"clean": "shx rm -rf lib",
"build:full": "npm-run-all clean build",
"build:test": "rollup test/index.js -c > test.js",
"build": "rollup src/index.js -c > index.js",
"test": "npm run build:test && node test.js",
"prepublish": "npm run build"
"build": "babel src/ --out-dir lib/",
"prepare": "npm run build"
},
"dependencies": {
"@pagedip/util-logger": "^1.0.1",
"@pagedip/util-logger": "^1.0.2",
"find-up": "^2.1.0",

@@ -26,10 +24,10 @@ "global-modules": "^1.0.0",

"devDependencies": {
"babel-cli": "^6.26.0",
"npm-run-all": "^4.1.2",
"rollup": "^0.53.3",
"shx": "^0.2.2"
},
"files": [
"index.js"
"lib"
],
"gitHead": "156b1527f48cc846703f90d9eec8d8267bf3711a"
"gitHead": "60a6d51e4de16c7dfc535603e5c530237585fbed"
}
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