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

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.0 to 3.1.1

3

index.js

@@ -1,4 +0,3 @@

"use strict";
(function(root) {
"use strict";

@@ -5,0 +4,0 @@ function checkInt(value) {

{
"name": "aes-js",
"version": "3.1.0",
"version": "3.1.1",
"bugs": {

@@ -10,3 +10,3 @@ "url": "http://github.com/ricmoo/aes-js/issues",

"devDependencies": {
"nodeunit": "0.9.1"
"nodeunit": "^0.9.1"
},

@@ -13,0 +13,0 @@ "main": "index.js",

@@ -106,3 +106,3 @@ AES-JS

var key_192_array = new Uint8Array(key_192);
var key_258_array = new Uint8Array(key_256);
var key_256_array = new Uint8Array(key_256);

@@ -112,3 +112,3 @@ // or, you may use Buffer in node.js:

var key_192_buffer = new Buffer(key_192);
var key_258_buffer = new Buffer(key_256);
var key_256_buffer = new Buffer(key_256);
```

@@ -115,0 +115,0 @@

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