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

camomile

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

camomile - npm Package Compare versions

Comparing version 0.0.4 to 1.0.0

index.d.ts

135

package.json
{
"name": "camomile",
"version": "0.0.4",
"description": "The workflow automation toolset",
"license": "BSD-3-Clause",
"author": "Nikita Karamov <nick@karamoff.dev>",
"repository": "camomilejs/camomile",
"type": "module",
"bin": {
"camomile": "./dist/bin/camomile.js"
},
"exports": "./dist/camomile.js",
"files": [
"dist"
],
"engines": {
"node": "^12 || ^14 || >=16"
},
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin typescript",
"dev": "rollup --config rollup.config.ts --configPlugin typescript --watch",
"lint": "eslint .",
"prettier": "prettier --check .",
"test": "echo 'No tests yet...'"
},
"dependencies": {
"commander": "^8.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-typescript": "^8.2.5",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-xo": "^0.38.0",
"eslint-config-xo-typescript": "^0.44.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-unicorn": "^35.0.0",
"np": "^7.5.0",
"prettier": "^2.3.2",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"keywords": [
"camomile",
"build",
"build-system",
"build-tool",
"automation",
"pipeline"
]
"name": "camomile",
"version": "1.0.0",
"description": "Node.js HTTP image proxy to route images through SSL",
"license": "MIT",
"keywords": [
"camo",
"camomile",
"node",
"proxy",
"security",
"ssl",
"unified"
],
"repository": "rehypejs/camomile",
"bugs": "https://github.com/rehypejs/camomile/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "Merlijn Vos <merlijn@soverin.net>",
"contributors": [
"Merlijn Vos <merlijn@soverin.net>"
],
"type": "module",
"exports": "./index.js",
"files": [
"lib/",
"index.d.ts",
"index.d.ts.map",
"index.js"
],
"dependencies": {
"ipaddr.js": "^2.0.0",
"undici": "^5.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"c8": "^8.0.0",
"prettier": "^3.0.0",
"remark-cli": "^11.0.0",
"remark-preset-wooorm": "^9.0.0",
"type-coverage": "^2.0.0",
"typescript": "^5.0.0",
"xo": "^0.56.0"
},
"scripts": {
"build": "tsc --build --clean && tsc --build && type-coverage",
"format": "remark . --frail --output --quiet && prettier . --log-level warn --write && xo --fix",
"test": "npm run build && npm run format && npm run test-coverage",
"test-api": "node --conditions development test.js",
"test-coverage": "c8 --100 --reporter lcov npm run test-api"
},
"prettier": {
"bracketSpacing": false,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false
},
"remarkConfig": {
"plugins": [
"remark-preset-wooorm"
]
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"no-await-in-loop": "off",
"no-constant-condition": "off",
"unicorn/prefer-event-target": "off"
}
}
}
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