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

profam

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

profam - npm Package Compare versions

Comparing version 1.0.1 to 1.0.3

.eslintrc

20

package.json
{
"name": "profam",
"version": "1.0.1",
"version": "1.0.3",
"description": "Profanity and Spam Tool, supporting multiple languages and modes.",

@@ -23,6 +23,4 @@ "keywords": [

"scripts": {
"prod": "rm -rf profam && mkdir profam && webpack --config",
"dev": "webpack --config -w",
"test": "npm run prod && cd tests && webpack --config && webpack-dev-server",
"prepublish": "npm run prod"
"build": "babel source --out-file distribution/profam.js",
"prepublish": "npm run build"
},

@@ -33,13 +31,11 @@ "dependencies": {

"devDependencies": {
"async": "^2.0.0-rc.3",
"babel-cli": "^6.7.5",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-plugin-array-includes": "^2.0.3",
"webpack": "^1.12.13",
"webpack-dev-middleware": "^1.5.1",
"webpack-hot-middleware": "^2.6.4",
"async": "^2.0.0-rc.3"
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0"
},
"main": "source/root.js"
"main": "distribution/profam.js"
}
.npmignore

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