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

des

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

des - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

package.json~

44

package.json
{
"name": "des",
"version": "3.0.0",
"main": "des",
"description": "A C++ module that does DES encryption.",
"author": {
"name": "Peteris Krumins",
"email": "peteris.krumins@gmail.com",
"web": "http://www.catonmat.net",
"twitter": "pkrumins"
},
"keywords" : [ "des", "encrypt", "encryption" ],
"licenses": "GPL",
"repository": {
"type": "git",
"url": "http://github.com/pkrumins/node-des.git"
},
"engines": {
"node" : ">=0.6.0"
},
"scripts": {
"install": "node-gyp configure build"
}
"name": "des",
"version": "3.0.1",
"main": "des",
"description": "A C++ module that does DES encryption.",
"author": {
"name": "Peteris Krumins",
"email": "peteris.krumins@gmail.com",
"web": "http://www.catonmat.net",
"twitter": "pkrumins"
},
"keywords" : [ "des", "encrypt", "encryption" ],
"licenses": "GPL",
"repository": {
"type": "git",
"url": "http://github.com/pkrumins/node-des.git"
},
"engines": {
"node" : ">=0.6.0"
},
"scripts": {
"install": "node-gyp configure && node-gyp build"
}
}
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