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

2

aes-js/index.d.ts

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

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

@@ -25,0 +25,0 @@ setBytes(bytes: ByteSource): void;

{
"name": "@types/aes-js",
"version": "3.1.0",
"version": "3.1.1",
"description": "TypeScript definitions for aes-js",

@@ -14,11 +14,12 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/aes-js"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "cbcc0224ee6367f40e825a97655b170dc54845773a64fd1242b8234aac5f0b8e",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "06ff5836a76d4aa4939d59f16dec4d029a659f72cf80b8aa05a00b682068fd2e",
"typeScriptVersion": "2.8"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aes-js
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aes-js.
Additional Details
* Last updated: Fri, 18 Jan 2019 22:44:30 GMT
### Additional Details
* Last updated: Wed, 08 Apr 2020 20:50:45 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Federico Bond <https://github.com/federicobond>.
These definitions were written by [Federico Bond](https://github.com/federicobond).
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