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

@phish108/cms

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phish108/cms - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

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

#!/usr/bin/env node
const fs = require("fs");

@@ -2,0 +4,0 @@ const eol = require('os').EOL;

5

package.json
{
"name": "@phish108/cms",
"version": "1.0.0",
"version": "1.0.1",
"description": "A little jekyll tool for creating pages and blog posts",

@@ -27,3 +27,6 @@ "main": "index.js",

"minimist": "^1.2.0"
},
"bin": {
"jcms": "./index.js"
}
}

@@ -12,3 +12,3 @@ ## cms

```
npx @phish108/cms [page_type] "title of page"
npx -p @phish108/cms jcms [page_type] "title of page"
```

@@ -19,3 +19,3 @@

```
npx @phish/cms page "hello world"
npx -p @phish108/cms jcms page "hello world"
```

@@ -26,3 +26,3 @@

```
npx @phish/cms post "hello world"
npx -p @phish108/cms jcms post "hello world"
```

@@ -29,0 +29,0 @@

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