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

twofish

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

twofish - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

app.js

9

2-fish.js

@@ -981,11 +981,2 @@ (function(exports){

/* var thisFish = twoFish();
exports.setInitializingVector = thisFish.setInitializingVector;
exports.encrypt = thisFish.encrypt;
exports.decrypt = thisFish.decrypt;
exports.encryptCBCMode = thisFish.encryptCBCMode;
exports.decryptCBCMode = thisFish.decryptCBCMode;
*/
})(typeof exports === 'undefined' ? this : exports);

2

bower.json
{
"name": "twofish",
"version": "0.1.0",
"version": "0.1.1",
"description": "Javascript Twofish (ECB and CBC) implementation.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/wouldgo/twofish",

'use strict';
//TODO Wathcer sul server per le modifiche ai files?
module.exports = function(grunt) {
// Project configuration.
var banner = ['/*!',
' * Twofish (ECB and CBC) javascript implementation v<%= pkg.version %>',
' *',
' * Released under the MIT license',
' * www.opensource.org/licenses/MIT',
' *',
' * <%= grunt.template.today("yyyy-mm-dd") %>',
' */\n\n'
].join('\n');
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
jshint: {

@@ -33,3 +41,4 @@ options: {

options: {
report: 'gzip'
report: 'gzip',
banner: banner
},

@@ -52,8 +61,5 @@ minifyTarget: {

'jshint',
'jasmine'
]);
grunt.registerTask('min', [
'jasmine',
'uglify'
]);
};
{
"name": "twofish",
"version": "0.1.0",
"version": "0.1.1",
"description": "Javascript Twofish implementation.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/wouldgo/twofish",

Sorry, the diff of this file is not supported yet

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