Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@neo4j/code-signer

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neo4j/code-signer - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

lib/folder-hash/index.d.ts

2

lib/digest.js

@@ -11,3 +11,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const folder_hash_1 = require("folder-hash");
const folder_hash_1 = require("./folder-hash");
const hashAlg = 'sha512';

@@ -14,0 +14,0 @@ exports.digestDirectory = (path, excludeFiles) => __awaiter(this, void 0, void 0, function* () {

{
"name": "@neo4j/code-signer",
"version": "1.0.4",
"version": "1.0.5",
"description": "A CLI tool for signing code",

@@ -13,3 +13,3 @@ "main": "lib/index.js",

"scripts": {
"build": "tsc && chmod +x lib/cli.js",
"build": "tsc && chmod +x lib/cli.js && cp -r src/folder-hash lib",
"test": "jest",

@@ -21,5 +21,8 @@ "prepack": "yarn build && yarn test"

"@types/node-forge": "0.7.10",
"folder-hash": "2.1.2",
"debug": "3.1.0",
"graceful-fs": "4.1.11",
"minimatch": "3.0.4",
"minimist": "1.2.0",
"node-forge": "0.7.6"
"node-forge": "0.7.6",
"p-limit": "2.1.0"
},

@@ -26,0 +29,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