New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

slice2js

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slice2js - npm Package Compare versions

Comparing version
3.7.6
to
3.7.7
+2
-2
ice/cpp/include/IceUtil/Config.h

@@ -287,4 +287,4 @@ //

//
#define ICE_STRING_VERSION "3.7.6" // "A.B.C", with A=major, B=minor, C=patch
#define ICE_INT_VERSION 30706 // AABBCC, with AA=major, BB=minor, CC=patch
#define ICE_STRING_VERSION "3.7.7" // "A.B.C", with A=major, B=minor, C=patch
#define ICE_INT_VERSION 30707 // AABBCC, with AA=major, BB=minor, CC=patch
#define ICE_SO_VERSION "37" // "ABC", with A=major, B=minor, C=patch

@@ -291,0 +291,0 @@

@@ -8,4 +8,6 @@ //

#ifndef ICE_CPP11_MAPPING
#include <IceUtil/Config.h>
#if !defined(ICE_CPP11_MAPPING) && (ICE_CPLUSPLUS < 201703L)
#include <IceUtil/Handle.h>

@@ -12,0 +14,0 @@ #include <functional>

@@ -10,4 +10,4 @@ //

#define ICE_VERSION 3,7,6,0
#define ICE_STRING_VERSION "3.7.6\0"
#define ICE_VERSION 3,7,7,0
#define ICE_STRING_VERSION "3.7.7\0"
#define ICE_SO_VERSION "37\0"

@@ -14,0 +14,0 @@ #define ICE_COMPANY_NAME "ZeroC, Inc.\0"

@@ -180,3 +180,3 @@ # Building Ice for C++

```
make ICE_HOME=/opt/Ice-3.7.6 ICE_BIN_DIST=all
make ICE_HOME=/opt/Ice-3.7.7 ICE_BIN_DIST=all
```

@@ -275,2 +275,3 @@

- `SIGN_PASSWORD` to the certificate password
- `SIGN_SHA1` the SHA1 hash of the signing certificate

@@ -561,3 +562,3 @@ ### Build Using Visual Studio

[1]: https://zeroc.com/downloads/ice
[2]: https://doc.zeroc.com/ice/3.7/release-notes/supported-platforms-for-ice-3-7-6
[2]: https://doc.zeroc.com/ice/3.7/release-notes/supported-platforms-for-ice-3-7-7
[3]: https://github.com/zeroc-ice/bzip2

@@ -564,0 +565,0 @@ [4]: https://libexpat.github.io

@@ -5,2 +5,8 @@ //

#if defined(_MSC_VER) && (_MSVC_LANG >= 201703L)
// TODO codecvt was deprecated in C++17 and cause build failures with VC++ compiler
// we should replace this code with MultiByteToWideChar() and WideCharToMultiByte()
# define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING
#endif
#include <IceUtil/StringConverter.h>

@@ -7,0 +13,0 @@ #include <IceUtil/MutexPtrLock.h>

@@ -184,3 +184,3 @@ //

class CICompare : public std::binary_function<std::string, std::string, bool>
class CICompare
{

@@ -201,3 +201,3 @@ public:

class DerivedToBaseCompare : public std::binary_function<std::string, std::string, bool>
class DerivedToBaseCompare
{

@@ -204,0 +204,0 @@ public:

@@ -111,3 +111,3 @@ [![Join the chat at https://gitter.im/zeroc-ice/ice](https://badges.gitter.im/zeroc-ice/ice.svg)](https://gitter.im/zeroc-ice/ice?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

- [Ice Release Notes](https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-7-6-release-notes)
- [Ice Release Notes](https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-7-7-release-notes)
- [Ice Manual](https://doc.zeroc.com/ice/3.7/)
{
"name": "slice2js",
"version": "3.7.6",
"version": "3.7.7",
"description": "Ice Slice to JavaScript compiler",

@@ -5,0 +5,0 @@ "homepage": "https://zeroc.com",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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