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.2 to 0.0.3

1

dist/bin/index.js

@@ -0,3 +1,4 @@

#!/usr/bin/env node
'use strict';
console.info('You have launched the camomile cli');

4

dist/camomile.js

@@ -5,8 +5,6 @@ 'use strict';

var differentmodule = 42;
var camomile = function () {
console.log('Welcome to Camomile', differentmodule);
console.log('Welcome to Camomile');
};
exports.camomile = camomile;
{
"name": "camomile",
"version": "0.0.2",
"version": "0.0.3",
"description": "The workflow automation toolset",

@@ -36,2 +36,3 @@ "author": "Nikita Karamov <nick@karamoff.dev>",

"rollup": "^2.26.5",
"rollup-plugin-preserve-shebang": "^1.0.1",
"typescript": "^3.9.7"

@@ -38,0 +39,0 @@ },

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