Socket
Socket
Sign inDemoInstall

fpcode

Package Overview
Dependencies
1
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 2.0.0

dist/flowerpassword.js

32

package.json
{
"name": "fpcode",
"version": "1.0.5",
"version": "2.0.0",
"description": "Flower Password implementation for the browser and node.js",
"main": "lib/fpCode.js",
"main": "dist/flowerpassword.js",
"umd:main": "dist/flowerpassword.umd.js",
"module": "dist/flowerpassword.m.js",
"source": "src/flowerpassword.js",
"files": [
"dist",
"src"
],
"scripts": {
"build": "webpack --mode=build",
"dev": "webpack --progress --colors --watch --mode=dev",
"test": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js"
"build": "microbundle --name fpCode --external blueimp-md5=md5",
"dev": "microbundle watch",
"release:major": "npm version major && npm publish",
"release:minor": "npm version minor && npm publish",
"release:patch": "npm version patch && npm publish"
},

@@ -15,14 +24,3 @@ "dependencies": {

"devDependencies": {
"babel": "6.5.2",
"babel-core": "6.21.0",
"babel-eslint": "7.1.1",
"babel-loader": "6.2.10",
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-es2015": "6.18.0",
"chai": "3.5.0",
"eslint": "3.12.2",
"eslint-loader": "1.6.1",
"mocha": "3.2.0",
"webpack": "1.14.0",
"yargs": "6.5.0"
"microbundle": "^0.9.0"
},

@@ -29,0 +27,0 @@ "repository": {

# fpCode.js
Flower Password implementation for the browser and node.js
> Flower Password implementation for the browser and node.js

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

## Usage

@@ -25,4 +24,4 @@

# License
## License
MIT
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