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

fefe

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fefe - npm Package Compare versions

Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2

.nycrc

52

package.json
{
"name": "fefe",
"version": "1.0.0-alpha.1",
"description": "",
"main": "index.js",
"version": "1.0.0-alpha.2",
"description": "Validate, sanitize and transform values with proper types.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "tsc",
"lint": "tslint -p tsconfig.json src/**/*.ts",
"prepare": "npm run build",
"test": "mocha --opts ./mocha.opts",
"test-cover": "nyc npm test",
"test-cover-submit": "nyc report --reporter=json && codecov -f coverage/*.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paperhive/fefe.git"
},
"keywords": [
"validate",
"sanitize",
"transform",
"parse",
"validation",
"sanitization",
"transformation",
"whitelist",
"whitelisting",
"parsing",
"types",
"typings",
"typescript"
],
"author": "André Gaul <andre@paperhive.org>",
"license": "MIT"
"license": "MIT",
"bugs": {
"url": "https://github.com/paperhive/fefe/issues"
},
"devDependencies": {
"@types/chai": "^4.1.6",
"@types/mocha": "^5.2.5",
"@types/ramda": "^0.25.39",
"chai": "^4.2.0",
"codecov": "^3.1.0",
"mocha": "^5.2.0",
"nyc": "^13.0.1",
"ramda": "^0.25.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.1.2"
}
}
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