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

@friggframework/encrypt

Package Overview
Dependencies
Maintainers
4
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@friggframework/encrypt - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

Cryptor.js

6

encrypt.js

@@ -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

2

encrypt.test.js

@@ -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": {

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