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

@types/crypto-js

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/crypto-js - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

2

crypto-js/aes.d.ts

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.AES;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.enc.Base64;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.enc.Base64url;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.enc.Hex;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.enc.Latin1;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.enc.Utf16;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.enc.Utf8;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.EvpKDF;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.format.Hex;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.format.OpenSSL;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.HmacMD5;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.HmacRIPEMD160;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.HmacSHA1;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.HmacSHA224;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.HmacSHA256;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.HmacSHA3;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.HmacSHA384;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.HmacSHA512;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.lib.WordArray;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.MD5;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.mode.CFB;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.mode.CTRGladman;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.mode.CTR;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.mode.ECB;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.mode.OFB;
{
"name": "@types/crypto-js",
"version": "4.1.1",
"version": "4.1.2",
"description": "TypeScript definitions for crypto-js",

@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/crypto-js",

"dependencies": {},
"typesPublisherContentHash": "e944cfde55e345542aa08e561d872f5a9d05027757a5a9ee196c18da1f945f58",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "4e7e93c446a7de5d61a68c8b6911ba47b9773a536e8873774ab543d9e4a83bba",
"typeScriptVersion": "4.3"
}

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.pad.AnsiX923;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.pad.Iso10126;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.pad.Iso97971;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.pad.NoPadding;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.pad.Pkcs7;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.pad.ZeroPadding;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.PBKDF2;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.RabbitLegacy;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.Rabbit;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.RC4;

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

### Additional Details
* Last updated: Mon, 14 Feb 2022 19:01:21 GMT
* Last updated: Mon, 04 Sep 2023 15:41:27 GMT
* Dependencies: none

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

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.RIPEMD160;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.SHA1;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.SHA224;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.SHA256;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.SHA3;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.SHA384;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.SHA512;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS.TripleDES;

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

import CryptoJS = require('./index');
import CryptoJS = require("./index");
export = CryptoJS;
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