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

blog-easy-client

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blog-easy-client - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

2

package.json
{
"name": "blog-easy-client",
"version": "1.2.1",
"version": "1.3.0",
"description": "A javascript client library for blog-easy which integrates a fully automated blog CMS (content management system) which makes it easy to create and publish blog post",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -23,3 +23,6 @@ # blog-easy-client

---
![Preview 1](https://allkods.in/img/prevvv1.jpg)![Preview 1](https://allkods.in/img/prev2.jpg)![Preview 1](https://allkods.in/img/prev3.jpg)![Preview 1](https://allkods.in/img/prev4.jpg)
![Preview 1](https://user-images.githubusercontent.com/86558781/193528252-1c3060a7-be38-47be-bdde-abd9a909382c.png)
![Preview 2](https://user-images.githubusercontent.com/86558781/193528261-d5aa4653-811b-4f69-84fb-ab8caf52bb85.png)
![Preview 1](https://user-images.githubusercontent.com/86558781/193528275-ed31fc10-3f3a-4c7e-9a04-f7472a66ac64.png)
![Preview 1](https://user-images.githubusercontent.com/86558781/193528290-de8c6709-af58-477e-aa19-b28aa8afc0dc.png)
---

@@ -38,3 +41,3 @@ ## Installation

```javascript
<script src="https://cdn.jsdelivr.net/npm/cdn-allkods@1.2.0/blog-easy-client-1.2.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/cdn-allkods@1.3.0/blog-easy-client-1.3.0.min.js"></script>
```

@@ -54,4 +57,5 @@

post: /* URL or route where the data will be posted */,
type: /* can be upload or edit */
})
type: /* can be upload or edit */,
theme : /* can be dark or light */
}
```

@@ -64,3 +68,4 @@

post: '/blogPost',
type: 'upload'
type: 'upload',
theme : 'light'
})

@@ -74,3 +79,4 @@ ```

post: '/blogPost',
type: 'edit'
type: 'edit',
theme : 'light'
})

@@ -87,2 +93,3 @@ ```

type: 'upload',
theme : 'light',
class:{

@@ -89,0 +96,0 @@ header : 'custom_class_name',

Sorry, the diff of this file is too big to display

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