snyk 1.802.0 → 1.803.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.
|
@@ -2593,10 +2593,10 @@
|
|
|
2593
2593
|
},
|
|
2594
2594
|
{
|
|
2595
2595
|
"name": "snyk-docker-plugin",
|
|
2596
|
-
"version": "4.32.
|
|
2596
|
+
"version": "4.32.2",
|
|
2597
2597
|
"author": "snyk.io",
|
|
2598
2598
|
"repository": "https://github.com/snyk/snyk-docker-plugin",
|
|
2599
|
-
"source": "https://registry.npmjs.org/snyk-docker-plugin/-/snyk-docker-plugin-4.32.
|
|
2599
|
+
"source": "https://registry.npmjs.org/snyk-docker-plugin/-/snyk-docker-plugin-4.32.2.tgz",
|
|
2600
2600
|
"license": "Apache-2.0",
|
|
2601
2601
|
"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"
|
|
2602
2602
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "snyk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.803.0",
|
|
4
4
|
"description": "snyk library and cli utility",
|
|
5
5
|
"files": [
|
|
6
6
|
"help/cli-commands",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"registry": "https://registry.npmjs.org/",
|
|
87
87
|
"access": "public"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "ebb78c76c00578fc95b262a2eece5854d0b647ff"
|
|
90
90
|
}
|