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 4.0.0 to 4.0.1

5

CHANGELOG.md

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

<a name="4.0.1"></a>
## [4.0.1](https://github.com/datkt/konanc-config/compare/4.0.0...4.0.1) (2018-11-05)
<a name="4.0.0"></a>

@@ -2,0 +7,0 @@ # [4.0.0](https://github.com/datkt/konanc-config/compare/3.2.1...4.0.0) (2018-11-05)

2

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

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

@@ -46,3 +46,3 @@ konanc-config

cflags[] = -opt
repo[] = "${__dirname}/node_modules/@datkt"
repo[] = "node_modules/@datkt"
```

@@ -80,3 +80,3 @@

```ini
repo = "${__dirname}/node_modules/@datkt/sodium"
repo = "node_modules/@datkt/sodium"
```

@@ -87,4 +87,4 @@

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

@@ -91,0 +91,0 @@

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