@friggframework/encrypt
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -1,2 +0,2 @@ | ||
const { Cryptor } = require('./cryptor'); | ||
const { Cryptor } = require('./Cryptor'); | ||
@@ -38,2 +38,6 @@ const updateOneEvents = [ | ||
if (!fields.length) { | ||
return; | ||
} | ||
const cryptor = new Cryptor({ | ||
@@ -40,0 +44,0 @@ // Use AWS if the CMK is present |
@@ -11,3 +11,3 @@ const AWS = require('aws-sdk'); | ||
} = require('./test-encrypt'); | ||
const { TestMongo } = require('@friggframework/test-environment'); | ||
const { TestMongo } = require('../test-environment'); | ||
@@ -14,0 +14,0 @@ const testMongo = new TestMongo(); |
module.exports = async () => { | ||
console.log('ENCRYPT JEST'); | ||
return { | ||
@@ -4,0 +3,0 @@ preset: '@friggframework/test-environment', |
{ | ||
"name": "@friggframework/encrypt", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"prettier": "@friggframework/prettier-config", | ||
"description": "", | ||
"main": "index.js", | ||
"devDependencies": { | ||
"@friggframework/eslint-config": "^1.0.0", | ||
"eslint": "^7.32.0", | ||
"jest": "^27.4.7", | ||
"prettier": "^2.5.1" | ||
"@friggframework/eslint-config": "^1.0.4", | ||
"eslint": "^8.22.0", | ||
"jest": "^28.1.3", | ||
"prettier": "^2.7.1" | ||
}, | ||
@@ -14,0 +13,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
60561
12
1294
1
4