snyk 1.1040.0 → 1.1041.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2592,10 +2592,10 @@
2592
2592
  },
2593
2593
  {
2594
2594
  "name": "snyk-sbt-plugin",
2595
- "version": "2.15.0",
2595
+ "version": "2.15.1",
2596
2596
  "author": "snyk.io",
2597
2597
  "repository": "https://github.com/snyk/snyk-sbt-plugin",
2598
- "source": "https://registry.npmjs.org/snyk-sbt-plugin/-/snyk-sbt-plugin-2.15.0.tgz",
2598
+ "source": "https://registry.npmjs.org/snyk-sbt-plugin/-/snyk-sbt-plugin-2.15.1.tgz",
2599
2599
  "license": "Apache-2.0",
2600
2600
  "licenseText": "Copyright 2017 Snyk Ltd.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n"
2601
2601
  },
@@ -4,7 +4,7 @@ import net.virtualvoid.sbt.graph.DependencyGraphKeys.moduleGraph
4
4
  import net.virtualvoid.sbt.graph.{ DependencyGraphPlugin, ModuleId }
5
5
  import sbt._, Keys._
6
6
  import sjsonnew.shaded.scalajson.ast._
7
- import sjsonnew.support.scalajson.unsafe.PrettyPrinter
7
+ import sjsonnew.support.scalajson.unsafe.CompactPrinter
8
8
 
9
9
  object SnykSbtPlugin extends AutoPlugin {
10
10
  val ConfigBlacklist: Set[String] =
@@ -54,7 +54,7 @@ object SnykSbtPlugin extends AutoPlugin {
54
54
  Def.task {
55
55
  val allProjectDatas = snykExtractProjectData.all(filter).value
56
56
  println("Snyk Output Start")
57
- println(PrettyPrinter(JObject(allProjectDatas.map {
57
+ println(CompactPrinter(JObject(allProjectDatas.map {
58
58
  case SnykProjectData(projectId, modules, deps) =>
59
59
  projectId -> JObject(
60
60
  Map(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snyk",
3
- "version": "1.1040.0",
3
+ "version": "1.1041.0",
4
4
  "description": "snyk library and cli utility",
5
5
  "files": [
6
6
  "help/cli-commands",