Comparing version 1.1229.0 to 1.1230.0
{ | ||
"name": "snyk", | ||
"version": "1.1229.0", | ||
"version": "1.1230.0", | ||
"description": "snyk library and cli utility", | ||
@@ -5,0 +5,0 @@ "files": [ |
{ | ||
"darwin": { | ||
"amd64": "snyk-macos", | ||
"arm64": "snyk-macos" | ||
"arm64": "snyk-macos-arm64" | ||
}, | ||
@@ -6,0 +6,0 @@ "windows": { |
@@ -1,7 +0,8 @@ | ||
7665156ff65dc6403787401ad1d3c0acf24d42b7f65deb1b743a846564f936e1 snyk-alpine | ||
8178edd2a337df1cdbb5136346ace6739b74d9267d3cae4d851a91ea42d659c3 snyk-fix.tgz | ||
1f32e0d1d2d7e16ecaaccf7463418c815e03cef4b5979ad7d399f0b7fbae0167 snyk-linux-arm64 | ||
6d54fb787a376a2fa0cdd23a3031ff8255f7bf76cda2a50bdf615d44360fbdc6 snyk-linux | ||
3a432a95c131c0ef54afdb3e4377dd20e828a2f944f52195abf93f79b33febbe snyk-macos | ||
349e36ece6824eadce89a1b719fada02d13fe7229eebd25d88d8bdfa63901e15 snyk-protect.tgz | ||
ecdeaea3ce5f08df99f3510242dfeecbe260e32a02dfeaa311627fa25fb086aa snyk-win.exe | ||
192cecbf84f65165650d953e0b7ccc1453067889a652f83891e56c5ccd3bfb22 snyk-alpine | ||
d5537fa96e98a70769bb14c22145108cf8167fa70be11fca7009fd229d71ad37 snyk-fix.tgz | ||
6217204dbc8c8f5cfd43fb1c80ea586663cccfddcfc50715d528f396602395d3 snyk-linux-arm64 | ||
f63ecd7b5b809e6bb8c249e9f8724eba37c9c5a48732bd30cf62db5a16eaa467 snyk-linux | ||
fc7de308337f58a56cc136092dd3f4ef900f9670eac258e572539afa2746679b snyk-macos-arm64 | ||
cac4bf1113c624fac4de527084a806c9d43c1470f8bdedc95180007e70f5a2cb snyk-macos | ||
a8d4bba3be17f688c08d66d464916e2dfb1d6893b0b2ba12a091f8a0c3a324c3 snyk-protect.tgz | ||
b069c13dc5c0ccbd5e365949ebcfc696a7eadb9ea1541d92b419a67c875c9fe1 snyk-win.exe |
@@ -11,3 +11,4 @@ import { TestEnvironmentSetup } from '../util/prepareEnvironment'; | ||
const envSetup = new TestEnvironmentSetup(); | ||
const cliVersionForTesting = '1.1143.0'; | ||
const cliVersionForTesting = | ||
'1.1228.0-dev.b6d3a5aed7033dd2fe9fcc1330effeca0e4250b2'; | ||
@@ -14,0 +15,0 @@ beforeEach(async () => { |
@@ -20,9 +20,10 @@ import * as common from '../../src/common'; | ||
it('Determine Binary Name (darwin)', async () => { | ||
const expected = supportedPlatforms['darwin']['amd64']; | ||
const expectedamd64 = supportedPlatforms['darwin']['amd64']; | ||
const expectedarm64 = supportedPlatforms['darwin']['arm64']; | ||
const actualx64 = common.determineBinaryName('darwin', 'x64'); | ||
const actualarm64 = common.determineBinaryName('darwin', 'arm64'); | ||
const actualamd64 = common.determineBinaryName('darwin', 'amd64'); | ||
expect(actualx64).toEqual(expected); | ||
expect(actualarm64).toEqual(expected); | ||
expect(actualamd64).toEqual(expected); | ||
expect(actualx64).toEqual(expectedamd64); | ||
expect(actualarm64).toEqual(expectedarm64); | ||
expect(actualamd64).toEqual(expectedamd64); | ||
}); | ||
@@ -29,0 +30,0 @@ |
{ | ||
"darwin": { | ||
"amd64": "snyk-macos", | ||
"arm64": "snyk-macos" | ||
"arm64": "snyk-macos-arm64" | ||
}, | ||
@@ -6,0 +6,0 @@ "windows": { |
@@ -1,7 +0,8 @@ | ||
7665156ff65dc6403787401ad1d3c0acf24d42b7f65deb1b743a846564f936e1 snyk-alpine | ||
8178edd2a337df1cdbb5136346ace6739b74d9267d3cae4d851a91ea42d659c3 snyk-fix.tgz | ||
1f32e0d1d2d7e16ecaaccf7463418c815e03cef4b5979ad7d399f0b7fbae0167 snyk-linux-arm64 | ||
6d54fb787a376a2fa0cdd23a3031ff8255f7bf76cda2a50bdf615d44360fbdc6 snyk-linux | ||
3a432a95c131c0ef54afdb3e4377dd20e828a2f944f52195abf93f79b33febbe snyk-macos | ||
349e36ece6824eadce89a1b719fada02d13fe7229eebd25d88d8bdfa63901e15 snyk-protect.tgz | ||
ecdeaea3ce5f08df99f3510242dfeecbe260e32a02dfeaa311627fa25fb086aa snyk-win.exe | ||
192cecbf84f65165650d953e0b7ccc1453067889a652f83891e56c5ccd3bfb22 snyk-alpine | ||
d5537fa96e98a70769bb14c22145108cf8167fa70be11fca7009fd229d71ad37 snyk-fix.tgz | ||
6217204dbc8c8f5cfd43fb1c80ea586663cccfddcfc50715d528f396602395d3 snyk-linux-arm64 | ||
f63ecd7b5b809e6bb8c249e9f8724eba37c9c5a48732bd30cf62db5a16eaa467 snyk-linux | ||
fc7de308337f58a56cc136092dd3f4ef900f9670eac258e572539afa2746679b snyk-macos-arm64 | ||
cac4bf1113c624fac4de527084a806c9d43c1470f8bdedc95180007e70f5a2cb snyk-macos | ||
a8d4bba3be17f688c08d66d464916e2dfb1d6893b0b2ba12a091f8a0c3a324c3 snyk-protect.tgz | ||
b069c13dc5c0ccbd5e365949ebcfc696a7eadb9ea1541d92b419a67c875c9fe1 snyk-win.exe |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44594865
145527