Socket
Socket
Sign inDemoInstall

aes-js

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aes-js - npm Package Compare versions

Comparing version 3.1.2 to 4.0.0-beta.1

lib/aes.d.ts

2

LICENSE.txt
The MIT License (MIT)
Copyright (c) 2015 Richard Moore
Copyright (c) 2022 Richard Moore

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "aes-js",
"version": "3.1.2",
"bugs": {
"url": "http://github.com/ricmoo/aes-js/issues",
"email": "github@ricmoo.com"
},
"version": "4.0.0-beta.1",
"description": "A pure JavaScript implementation of the AES block cipher and all common modes of operation.",
"devDependencies": {
"nodeunit": "^0.9.1"
"@types/mocha": "^9.1.0",
"@types/node": "^16.7.10",
"mocha": "^9.2.2",
"typescript": "^4.6.2"
},
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/nodeunit test/index.js"
"build": "tsc --build ./tsconfig.json",
"auto-build": "npm run build -- -w",
"test": "mocha ./lib/tests.js"
},
"repository": {
"type": "git",
"url": "git://github.com/ricmoo/aes-js.git"
"main": "./lib/index.js",
"publishConfig": {
"tag": "beta"
},
"type": "module",
"types": "./lib/types.d.ts",
"keywords": [

@@ -32,4 +34,12 @@ "aes",

],
"repository": {
"type": "git",
"url": "git://github.com/ricmoo/aes-js.git"
},
"bugs": {
"url": "http://github.com/ricmoo/aes-js/issues",
"email": "github@ricmoo.com"
},
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT"
}
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