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

camomile

Package Overview
Dependencies
Maintainers
1
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.1 to 0.0.2

dist/bin/index.js

30

package.json
{
"name": "camomile",
"version": "0.0.1",
"version": "0.0.2",
"description": "The workflow automation toolset",

@@ -8,12 +8,31 @@ "author": "Nikita Karamov <nick@karamoff.dev>",

"repository": "camomilejs/camomile",
"main": "index.js",
"main": "dist/camomile.js",
"module": "dist/camomile.mjs",
"types": "dist/camomile.d.ts",
"bin": {
"camomile": "dist/bin/index.js"
},
"files": [
"dist",
"index.js"
],
"scripts": {
"test": "echo 'No tests so far' && exit 0"
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "run-p test:*",
"test:lint": "eslint ."
},
"dependencies": {},
"devDependencies": {
"np": "^6.4.0"
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"@wessberg/rollup-plugin-ts": "^1.3.2",
"eslint": "^7.7.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-airbnb-typescript": "^9.0.0",
"eslint-plugin-import": "^2.22.0",
"np": "^6.4.0",
"npm-run-all": "^4.1.5",
"rollup": "^2.26.5",
"typescript": "^3.9.7"
},

@@ -27,3 +46,6 @@ "keywords": [

"pipeline"
],
"browserslist": [
"maintained node versions"
]
}
index.js
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