Socket
Socket
Sign inDemoInstall

absolute-import-paths

Package Overview
Dependencies
10
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

13

index.js

@@ -0,11 +1,6 @@

const path = require('path')
const fs = require('fs')
const minimist = require('minimist')
const glob = require('glob')
/*
post-install will go into each project and ensure they are all installed.
* */
import path from 'path'
import fs from 'fs'
import minimist from 'minimist'
import glob from 'glob'
const argv = minimist(process.argv.slice(2))

@@ -12,0 +7,0 @@ const g = argv['glob']

{
"name": "absolute-import-paths",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"type": "module",
"bin": {

@@ -8,0 +7,0 @@ "absolute-import-paths": "./index.js"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc