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

win-ca

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

win-ca - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

30

lib/index.js
// Generated by CoffeeScript 1.12.7
var nApi;
if (process.platform !== 'win32') {
return;
if (process.platform === 'win32') {
require('./format.oids');
this.der2 = require('./der2');
nApi = !!process.versions.napi;
nApi && (nApi = this === require('../fallback'));
nApi && (nApi = !(this.electron = require('is-electron')()));
this.each = require((this.nApi = nApi) ? './each' : './each.fallback');
this.all = require('./all');
require('./inject');
require('./save');
}
require('./format.oids');
this.der2 = require('./der2');
nApi = !!process.versions.napi;
nApi && (nApi = this === require('../fallback'));
nApi && (nApi = !(this.electron = require('is-electron')()));
this.each = require((this.nApi = nApi) ? './each' : './each.fallback');
this.all = require('./all');
require('./inject');
require('./save');
{
"name": "win-ca",
"version": "2.4.0",
"version": "2.4.1",
"description": "Get Windows System Root certificates",

@@ -5,0 +5,0 @@ "main": "lib",

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