Socket
Socket
Sign inDemoInstall

cryptorjs

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

coverage/coverage.json

11

package.json
{
"name": "cryptorjs",
"version": "1.0.3",
"version": "1.0.4",
"description": "Encrypt and decrypt string using a key",

@@ -10,3 +10,3 @@ "main": "index.js",

"scripts": {
"test": "mocha test"
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},

@@ -29,3 +29,3 @@ "repository": {

"author": "Fabio Ricali",
"license": "GPL-3.0",
"license": "MIT",
"bugs": {

@@ -36,4 +36,7 @@ "url": "https://github.com/fabioricali/cryptor/issues"

"devDependencies": {
"mocha": "^3.4.1"
"coveralls": "^2.13.1",
"istanbul": "^0.4.5",
"mocha": "^3.4.1",
"mocha-lcov-reporter": "^1.3.0"
}
}

@@ -1,6 +0,8 @@

# Cryptorjs [![Build Status](https://travis-ci.org/fabioricali/Cryptor.svg?branch=master)](https://travis-ci.org/fabioricali/Cryptor)
# Cryptorjs
Simple library for encryption and decryption of string using a key
# Installation
[![Build Status](https://travis-ci.org/fabioricali/Cryptor.svg?branch=master)](https://travis-ci.org/fabioricali/Cryptor) [![Coverage Status](https://coveralls.io/repos/github/fabioricali/Cryptor/badge.svg)](https://coveralls.io/github/fabioricali/Cryptor)
## Installation
```javascript

@@ -10,3 +12,3 @@ npm install cryptorjs --save

# Example
## Example
### Basic

@@ -54,2 +56,8 @@ ```javascript

*/
```
```
## License
Cryptorjs is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
## Author
[Fabio Ricali](http://rica.li)

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc