Socket
Socket
Sign inDemoInstall

@appsignal/javascript

Package Overview
Dependencies
12
Maintainers
8
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.27-rc.1 to 1.3.27-rc.2

6

CHANGELOG.md
# AppSignal for JavaScript changelog
## 1.3.27-rc.2
### Fixed
- [9bd47d6](https://github.com/appsignal/appsignal-javascript/commit/9bd47d685e3919167fb8b5bbd39d8c35093f38b3) patch - Emit a warning if NodeTransport is used but the HTTPS module is not available
## 1.3.27-rc.1

@@ -4,0 +10,0 @@

5

dist/cjs/transports/node.js

@@ -49,3 +49,6 @@ "use strict";

})
.catch(reject);
.catch(function (reason) {
console.warn("NodeTransport is being used, but the HTTPS module could not be imported. No data will be sent to AppSignal.");
reject(reason);
});
});

@@ -52,0 +55,0 @@ };

2

dist/cjs/version.d.ts

@@ -1,2 +0,2 @@

export declare const VERSION = "1.3.26";
export declare const VERSION = "1.3.27-rc.1";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = "1.3.26";
exports.VERSION = "1.3.27-rc.1";
//# sourceMappingURL=version.js.map

@@ -24,3 +24,6 @@ var NodeTransport = (function () {

})
.catch(reject);
.catch(function (reason) {
console.warn("NodeTransport is being used, but the HTTPS module could not be imported. No data will be sent to AppSignal.");
reject(reason);
});
});

@@ -27,0 +30,0 @@ };

@@ -1,2 +0,2 @@

export declare const VERSION = "1.3.26";
export declare const VERSION = "1.3.27-rc.1";
//# sourceMappingURL=version.d.ts.map

@@ -1,2 +0,2 @@

export var VERSION = "1.3.26";
export var VERSION = "1.3.27-rc.1";
//# sourceMappingURL=version.js.map
{
"name": "@appsignal/javascript",
"version": "1.3.27-rc.1",
"version": "1.3.27-rc.2",
"main": "dist/cjs/index.js",

@@ -5,0 +5,0 @@ "module": "dist/esm/index.js",

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc