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

@stackbit/utils

Package Overview
Dependencies
Maintainers
0
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stackbit/utils - npm Package Compare versions

Comparing version 0.4.26-staging.1 to 0.4.26

3

__tests__/test-utils/content-source-mock.ts

@@ -143,2 +143,5 @@ import * as StackbitTypes from '@stackbit/types';

getRepoDir: jest.fn(() => ''),
setRepoUrl: jest.fn(),
setRepoBranch: jest.fn(),
setRepoPublishBranch: jest.fn(),
commitAndPush: typedMock<StackbitTypes.GitServiceInterface['commitAndPush']>(async () => undefined),

@@ -145,0 +148,0 @@ publish: typedMock<StackbitTypes.GitServiceInterface['publish']>(async () => undefined),

@@ -6,2 +6,13 @@ # Change Log

## [0.4.26](https://github.com/stackbithq/utils/compare/@stackbit/utils@0.4.26-staging.1...@stackbit/utils@0.4.26) (2024-09-08)
### Bug Fixes
* [WRFL-1592] fixes several issues in git-cms ([494e292](https://github.com/stackbithq/utils/commit/494e292b73aacf62faa9924b038af61761f69ca7))
## [0.4.25](https://github.com/stackbithq/utils/compare/@stackbit/utils@0.4.25-staging.2...@stackbit/utils@0.4.25) (2024-08-13)

@@ -8,0 +19,0 @@

6

package.json
{
"name": "@stackbit/utils",
"version": "0.4.26-staging.1",
"version": "0.4.26",
"description": "Stackbit utilities",

@@ -29,3 +29,3 @@ "main": "dist/index.js",

"@iarna/toml": "^2.2.5",
"@stackbit/types": "2.0.6-staging.1",
"@stackbit/types": "2.0.6",
"fs-extra": "^9.1.0",

@@ -41,3 +41,3 @@ "js-yaml": "^4.0.0",

},
"gitHead": "145489617204ee0c35f6b1d6e0f1e412dcaa921b"
"gitHead": "d4fde9d7e7fe29007bf584b3ca847f9542ccc0cd"
}
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