Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

find-packages

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-packages - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

lib/index.d.ts

34

package.json
{
"name": "find-packages",
"version": "0.0.0",
"version": "1.0.0",
"description": "Find all packages inside a directory",
"main": "index.js",
"main": "lib/index.js",
"files": [
"lib"
],
"typings": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"lint": "tslint -c tslint.json --project .",
"test": "npm run lint && ts-node test",
"tsc": "tsc",
"prepublish": "npm run tsc"
},

@@ -17,3 +24,7 @@ "repository": {

],
"author": "Zoltan Kochan",
"author": {
"name": "Zoltan Kochan",
"email": "zoltan.kochan@gmail.com",
"url": "http://kochan.io"
},
"license": "MIT",

@@ -23,3 +34,16 @@ "bugs": {

},
"homepage": "https://github.com/zkochan/find-packages#readme"
"homepage": "https://github.com/zkochan/find-packages#readme",
"devDependencies": {
"@types/tape": "^4.2.29",
"tape": "^4.6.3",
"ts-node": "^2.1.0",
"tslint": "^4.4.2",
"typescript": "^2.1.6"
},
"dependencies": {
"@types/node": "^7.0.5",
"globby": "^6.1.0",
"p-filter": "^1.0.0",
"read-pkg": "^2.0.0"
}
}
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