New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sealsystems/tlscert

Package Overview
Dependencies
Maintainers
4
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sealsystems/tlscert - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 2.1.2 (2018-11-19)
---
## 2.1.1 (2018-09-28)

@@ -2,0 +8,0 @@

6

lib/tlscert.js

@@ -7,3 +7,3 @@ 'use strict';

const _ = require('lodash');
const cloneDeep = require('lodash.clonedeep');
const processenv = require('processenv');

@@ -48,3 +48,3 @@

if (tlscert.cache[directory]) {
return _.cloneDeep(tlscert.cache[directory]);
return cloneDeep(tlscert.cache[directory]);
}

@@ -75,3 +75,3 @@

tlscert.cache[directory] = _.cloneDeep(result);
tlscert.cache[directory] = cloneDeep(result);

@@ -78,0 +78,0 @@ return result;

{
"name": "@sealsystems/tlscert",
"version": "2.1.1",
"version": "2.1.2",
"description": "Provides TLS key and certificate",

@@ -22,6 +22,6 @@ "author": {

"dependencies": {
"@sealsystems/log": "1.2.4",
"lodash": "4.17.5",
"@sealsystems/log": "1.3.1",
"lodash.clonedeep": "4.5.0",
"nodeenv": "1.0.0",
"processenv": "1.0.0"
"processenv": "1.1.0"
},

@@ -28,0 +28,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc