iron-webcrypto
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "iron-webcrypto", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "a cryptographic utility for sealing-unsealing a JSON object using symmetric key encryption with message integrity verification", | ||
@@ -17,2 +17,3 @@ "keywords": [ | ||
"repository": "github:brc-dd/iron-webcrypto", | ||
"funding": "https://github.com/sponsors/brc-dd", | ||
"license": "MIT", | ||
@@ -22,5 +23,7 @@ "author": "Divyansh Singh <brc-dd@hotmail.com> (https://github.com/brc-dd)", | ||
"exports": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts" | ||
".": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
@@ -27,0 +30,0 @@ "main": "dist/index.js", |
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
20852