New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@datkt/konanc-config

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datkt/konanc-config - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

2

package.json
{
"name": "@datkt/konanc-config",
"version": "3.0.1",
"version": "3.0.2",
"description": "Command line utility to read '*.kc' konanc config files to print compiler flags",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -79,3 +79,3 @@ konanc-config

```ini
repo[] = "${__dirname}/node_modules/@datkt/sodiumm"
repo[] = "${__dirname}/node_modules/@datkt/sodium"
repo[] = "${__dirname}/node_modules/@datkt/tape"

@@ -100,4 +100,22 @@ ```

### Environment/Global Variables
### Requiring dependency configuration
Requiring a dependency configuration can be expressed by defining the
`require` variable. Dependencies can be a fully qualified path or
relative to a repository.
```ini
require = "sodium/sodium"
repo = "./node_modules/@datkt"
```
or with multiple cependencies
```ini
require[] = "sodium/sodium"
require[] = "uint64be/uint64be"
```
### Environment and global variables
Every configuration file gets access to current environment variables

@@ -104,0 +122,0 @@ exposes to the program. Special `__dirname` and `__filename` free floating

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