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

@gidw/crypto-js

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gidw/crypto-js - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

15

package.json
{
"name": "@gidw/crypto-js",
"version": "0.0.2",
"version": "0.1.0",
"description": "Basic crypto functions",

@@ -16,2 +16,4 @@ "author": "Gilles De Waele",

"types": "./types/crypto.d.ts",
"browser": "./umd/crypto.min.js",
"unpkg": "./umd/crypto.min.js",
"exports": {

@@ -26,6 +28,8 @@ ".": {

"@gidw/eslint-config-standard": "^16.0.2",
"eslint": "^7.18.0",
"eslint": "^7.20.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-promise": "^4.2.1",
"terser": "^5.5.1"
"eslint-plugin-promise": "^4.3.1",
"mocha": "^8.3.0",
"nyc": "^15.1.0",
"terser": "^5.6.0"
},

@@ -41,4 +45,5 @@ "repository": "gitlab:GiDW/crypto-js.git",

"minify-esm": "terser esm/crypto.js -o esm/crypto.min.js --ecma 6 --compress --mangle --safari10 --module",
"minify": "npm run minify-umd && npm run minify-esm"
"minify": "npm run minify-umd && npm run minify-esm",
"test": "nyc --reporter=cobertura --reporter=text mocha test/test.js"
}
}

@@ -9,6 +9,4 @@ export declare function createHash(): GMesageDigest

messageLengthSize: number
}
export interface GMesageDigest {
update: (msg: string) => GMesageDigest
digest: () => string
}
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