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

@scaffdog/core

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scaffdog/core - npm Package Compare versions

Comparing version 2.3.1 to 2.4.0-canary.0

15

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2.4.0-canary.0
### Patch Changes
- Updated dependencies [[`f41a2b1`](https://github.com/scaffdog/scaffdog/commit/f41a2b1ab98e0ae2b55c47550b71c84eab759d40)]:
- @scaffdog/engine@2.4.0-canary.0
- @scaffdog/types@2.4.0-canary.0
## [2.3.1](https://github.com/scaffdog/scaffdog/compare/v2.3.0...v2.3.1) (2022-09-22)

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

* **scaffdog:** change to report syntax error earlier ([2778d28](https://github.com/scaffdog/scaffdog/commit/2778d282b1236ec70f6898dbe4924abeef78b208))
- **scaffdog:** change to report syntax error earlier ([2778d28](https://github.com/scaffdog/scaffdog/commit/2778d282b1236ec70f6898dbe4924abeef78b208))

@@ -25,3 +30,3 @@ # [2.2.0](https://github.com/scaffdog/scaffdog/compare/v2.1.1...v2.2.0) (2022-09-05)

* **core:** remove unnecessary trimming ([7d37811](https://github.com/scaffdog/scaffdog/commit/7d37811dd3b557405cec26b80aaeb290aa3babed))
- **core:** remove unnecessary trimming ([7d37811](https://github.com/scaffdog/scaffdog/commit/7d37811dd3b557405cec26b80aaeb290aa3babed))

@@ -60,3 +65,3 @@ # [2.1.0](https://github.com/scaffdog/scaffdog/compare/v2.0.3...v2.1.0) (2022-09-04)

* **scaffdog:** add file generation skip token ([e413dc9](https://github.com/scaffdog/scaffdog/commit/e413dc99e4f15bcf873ec677b95802c8ae952dfb))
- **scaffdog:** add file generation skip token ([e413dc9](https://github.com/scaffdog/scaffdog/commit/e413dc99e4f15bcf873ec677b95802c8ae952dfb))

@@ -63,0 +68,0 @@ # [2.0.0-canary.4](https://github.com/scaffdog/scaffdog/compare/v2.0.0-canary.3...v2.0.0-canary.4) (2022-08-06)

{
"name": "@scaffdog/core",
"version": "2.3.1",
"version": "2.4.0-canary.0",
"description": "@scaffdog/core is a low layer of scaffdog.",

@@ -24,11 +24,5 @@ "keywords": [

"types": "dist/index.d.ts",
"scripts": {
"typecheck": "tsc",
"build": "unbuild",
"test": "vitest run --dir src",
"test:watch": "vitest watch --dir src"
},
"dependencies": {
"@scaffdog/engine": "2.3.1",
"@scaffdog/types": "2.3.1",
"@scaffdog/engine": "2.4.0-canary.0",
"@scaffdog/types": "2.4.0-canary.0",
"mdast-util-to-string": "^2.0.0",

@@ -46,3 +40,9 @@ "remark-parse": "^9.0.0",

"core": "dist/index.d.ts",
"gitHead": "6feb9626e1d0dbf64d627e19e62f53a89ae48633"
}
"gitHead": "14824585829ad0b2093ef44b30f36fce3f4fd682",
"scripts": {
"typecheck": "tsc",
"build": "unbuild",
"test": "vitest run --dir src",
"test:watch": "vitest watch --dir src"
}
}

@@ -35,3 +35,3 @@ # @scaffdog/core

import { createContext, compile } from '@scaffdog/engine';
import { extract, generate } from '@scaffdog/core';
import { extract } from '@scaffdog/core';

@@ -38,0 +38,0 @@ const source = fs.readFileSync('template.md', 'utf8');

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