Socket
Socket
Sign inDemoInstall

@pagedip/util-find-files

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pagedip/util-find-files - npm Package Compare versions

Comparing version 1.0.2-rc.0 to 1.0.2

CHANGELOG.md

26

package.json
{
"name": "@pagedip/util-find-files",
"version": "1.0.2-rc.0",
"version": "1.0.2",
"author": "Tyler Johnson <tyler@beneaththeink.com>",
"repository": {
"type": "git",
"url": "https://github.com/pagedip/pagedip.git"
"url": "https://github.com/pagedip/pagedip-framework.git"
},
"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"
},

@@ -22,10 +20,10 @@ "dependencies": {

"devDependencies": {
"npm-run-all": "^4.1.2",
"rollup": "^0.53.3",
"shx": "^0.2.2"
"@babel/cli": "^7.1.0",
"npm-run-all": "^4.1.3",
"shx": "^0.3.2"
},
"files": [
"index.js"
"lib"
],
"gitHead": "33314dfdbcf30731c36809b516407624599159c1"
}
"gitHead": "f8a3ea4610db92dd0b817e209374abf271c8e0da"
}
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