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

@cocreate/docs

Package Overview
Dependencies
Maintainers
3
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/docs - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

26

CHANGELOG.md

@@ -0,1 +1,27 @@

## [1.0.1](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.0.0...v1.0.1) (2021-01-07)
### Bug Fixes
* dummy commit to cause CI ([9f6895f](https://github.com/CoCreate-app/CoCreate-docs/commit/9f6895ff609fbf28722283d8452b773da2dce6ac))
# 1.0.0 (2021-01-07)
### Bug Fixes
* read config file relative to command path ([a3e182a](https://github.com/CoCreate-app/CoCreate-docs/commit/a3e182a14709b489fb65d55da4a04ef5bff05f45))
### Features
* (comment parser support for HTML, CSS, JS, XML) ([2be08aa](https://github.com/CoCreate-app/CoCreate-docs/commit/2be08aa1c8c13aea2c5646b5ee3770f09ccf4be4))
# 1.0.0 (2021-01-07)
### Features
* (comment parser support for HTML, CSS, JS, XML) ([2be08aa](https://github.com/CoCreate-app/CoCreate-docs/commit/2be08aa1c8c13aea2c5646b5ee3770f09ccf4be4))
# CHANGELOG

9

package.json
{
"name": "@cocreate/docs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Documentation generator ",
"keywords": [
"cocreate",
"lowcode",
"doc-generator"
"cocreate",
"lowcode",
"doc-generator"
],
"main": "app.js",

@@ -12,0 +11,0 @@ "scripts": {

@@ -13,5 +13,3 @@ module.exports = {

],
["@semantic-release/npm", {
"access": "public",
}],
"@semantic-release/npm",
"@semantic-release/github",

@@ -18,0 +16,0 @@ [

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

const fs = require('fs');
const { sources, socket} = require('../html_config.json');
const path = require('fs');
const { sources, socket} = require(path.resolve(process.cwd(), 'html_config.json'));

@@ -4,0 +5,0 @@ const {CoCreateSocketInit, CoCreateUpdateDocument } = require("./socket_process.js")

Sorry, the diff of this file is not supported yet

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