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

@ctx-core/dir

Package Overview
Dependencies
Maintainers
1
Versions
704
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctx-core/dir - npm Package Compare versions

Comparing version 2.0.46 to 3.0.0

17

env.js

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

require = require('esm')(module)
module.exports = require('./env.mjs')
import env from '@ctx-core/env/env.js'
import {
assign__env,
_env__process
} from '@ctx-core/env/env.js'
import { log, debug } from '@ctx-core/logger/lib.js'
const { PWD } = env
const TMP_DIR =
env.TMP_DIR
|| _env__process('TMP_DIR')
|| `${PWD}/tmp`
const logPrefix = '@ctx-core/dir/env.js'
log(logPrefix)
assign__env({ TMP_DIR })
export default env

9

package.json
{
"name": "@ctx-core/dir",
"version": "2.0.46",
"version": "3.0.0",
"description": "ctx-core dir",

@@ -24,7 +24,6 @@ "main": "env.js",

"dependencies": {
"@ctx-core/env": "^3.1.21",
"@ctx-core/logger": "^2.2.12",
"esm": "^3.0.84"
"@ctx-core/env": "^4.0.0",
"@ctx-core/logger": "^3.0.0"
},
"gitHead": "ef8c06c1b6e6183cce5b0836c59761cce170a6e9"
"gitHead": "7d0d73495e67101da1ad8aeb87a7b9918b4689c1"
}
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