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

@types/aes-js

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/aes-js - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

8

aes-js/index.d.ts

@@ -13,3 +13,3 @@ // Type definitions for aes-js 3.1

*/
constructor(key: ByteSource)
constructor(key: ByteSource);
encrypt(v: ByteSource): ByteSource;

@@ -23,3 +23,3 @@ }

export class Counter {
constructor(initialValue: number | ByteSource)
constructor(initialValue: number | ByteSource);
setValue(value: number): void;

@@ -36,3 +36,3 @@ setBytes(bytes: ByteSource): void;

*/
constructor(key: ByteSource)
constructor(key: ByteSource);
encrypt(v: ByteSource): Uint8Array;

@@ -82,3 +82,3 @@ decrypt(v: ByteSource): Uint8Array;

*/
constructor(key: ByteSource, counter?: Counter)
constructor(key: ByteSource, counter?: Counter);
encrypt(v: ByteSource): Uint8Array;

@@ -85,0 +85,0 @@ decrypt(v: ByteSource): Uint8Array;

{
"name": "@types/aes-js",
"version": "3.1.1",
"version": "3.1.2",
"description": "TypeScript definitions for aes-js",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aes-js",
"license": "MIT",

@@ -22,4 +23,4 @@ "contributors": [

"dependencies": {},
"typesPublisherContentHash": "06ff5836a76d4aa4939d59f16dec4d029a659f72cf80b8aa05a00b682068fd2e",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "6dcf1438acd2a363cc92799bad9914070c242c896a8289cbb354d600d8006ee4",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 08 Apr 2020 20:50:45 GMT
* Last updated: Fri, 22 Sep 2023 18:11:03 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

Sorry, the diff of this file is not supported yet

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