@friggframework/encrypt
Advanced tools
Comparing version 1.1.8-canary.0016be4.0 to 1.1.8-canary.0490f19.0
const AWS = require('aws-sdk'); | ||
const mongoose = require('mongoose'); | ||
const { mongoose } = require('@friggframework/database/mongoose'); | ||
const crypto = require('crypto'); | ||
@@ -4,0 +4,0 @@ const { |
{ | ||
"name": "@friggframework/encrypt", | ||
"version": "1.1.8-canary.0016be4.0", | ||
"version": "1.1.8-canary.0490f19.0", | ||
"prettier": "@friggframework/prettier-config", | ||
@@ -9,3 +9,3 @@ "description": "", | ||
"@friggframework/eslint-config": "^1.0.8", | ||
"@friggframework/test-environment": "1.1.7-canary.0016be4.0", | ||
"@friggframework/test-environment": "1.1.7-canary.0490f19.0", | ||
"eslint": "^8.22.0", | ||
@@ -25,3 +25,3 @@ "jest": "^28.1.3", | ||
"license": "MIT", | ||
"gitHead": "0016be4391ab647cda3f4d28ba99abf9a1a9fc67" | ||
"gitHead": "0490f1946d6b715992489d7bc7af0f5a10dec04c" | ||
} |
const AWS = require('aws-sdk'); | ||
const mongoose = require('mongoose'); | ||
const { mongoose } = require('@friggframework/database/mongoose'); | ||
const crypto = require('crypto'); | ||
@@ -4,0 +4,0 @@ const { Encrypt } = require('./encrypt'); |
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
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
63413