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

crawl-path

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crawl-path - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

__tests__/crawlPath.test.ts

7

package.json
{
"name": "crawl-path",
"version": "0.0.2",
"main": "src/crawlPath",
"version": "0.0.3",
"main": "lib/crawlPath",
"license": "MIT",
"scripts": {
"start": "node index.js",
"dev": "nodemon --exec npm run babel-node --watch ./ -- src/index.js",
"build": "rm lib/* ; babel ./src --out-dir lib",
"build": "tsc; rm lib/* ; babel ./src --out-dir lib/",
"test": "jest",

@@ -10,0 +11,0 @@ "babel-node": "babel-node"

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