New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@node-flow/core

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-flow/core - npm Package Compare versions

Comparing version 0.0.1-alpha.0 to 0.0.1-alpha.2

lib/constants.d.ts

2

lib/constants.js

@@ -9,3 +9,3 @@ "use strict";

// TODO:
const baseDir = path_1.default.join('/Users/waynegong/ndoe-flow/');
const baseDir = path_1.default.join(process.cwd(), 'data');
exports.DEFAULT_CONF = {

@@ -12,0 +12,0 @@ baseDir,

{
"name": "@node-flow/core",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.2",
"description": "> TODO: description",

@@ -17,3 +17,4 @@ "author": "wayne <me@waynegong.cn>",

"publishConfig": {
"registry": "https://registry.npmjs.org"
"registry": "https://registry.npmjs.org",
"access": "public"
},

@@ -32,14 +33,10 @@ "repository": {

"dependencies": {
"conf": "^10.1.2",
"conf": "^10.2.0",
"log4js": "^6.6.1",
"nodemon": "^2.0.19",
"typescript": "^4.7.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^18.6.2",
"@types/uuid": "^8.3.4",
"jest": "^28.1.3",
"typescript": "^4.7.4"
}
"@types/uuid": "^8.3.4"
},
"gitHead": "c06bec0e69ceadca123eb66692aabab37aa7bd8b"
}

@@ -1,11 +0,3 @@

# `node-git`
# `@node-flow/core`
> TODO: description
## Usage
```
const nodeGit = require('node-git');
// TODO: DEMONSTRATE API
```
> TODO: description
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