New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3 to 0.0.4

2

__tests__/crawlPath.test.ts

@@ -1,2 +0,2 @@

import {crawlPath} from '../lib/crawlPath'
import {crawlPath} from '../src/crawlPath'
import * as path from 'path'

@@ -3,0 +3,0 @@

{
"name": "crawl-path",
"version": "0.0.3",
"main": "lib/crawlPath",
"version": "0.0.4",
"main": "src/crawlPath",
"license": "MIT",

@@ -9,3 +9,3 @@ "scripts": {

"dev": "nodemon --exec npm run babel-node --watch ./ -- src/index.js",
"build": "tsc; rm lib/* ; babel ./src --out-dir lib/",
"build": "tsc",
"test": "jest",

@@ -12,0 +12,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