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

@tophat/commit-utils-core

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tophat/commit-utils-core - npm Package Compare versions

Comparing version 0.6.1 to 1.0.0

lib/constants.d.ts

26

CHANGELOG.md

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

# Change Log
# Changelog
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<!-- MONODEPLOY:BELOW -->
## [0.0.9](https://github.com/tophat/commit-utils/compare/@tophat/commit-utils-core@0.0.8...@tophat/commit-utils-core@0.0.9) (2019-04-25)
## [1.0.0](https://github.com/tophat/commit-utils/compare/@tophat/commit-utils-core@0.6.1...@tophat/commit-utils-core@1.0.0) "@tophat/commit-utils-core" (2022-10-19)<a name="1.0.0"></a>
### Breaking Changes
### Bug Fixes
* Migration to TypeScript means types are now stricter, and exports may have changed. ([17da220](https://github.com/tophat/commit-utils/commits/17da220))
* update docs ([01e268c](https://github.com/tophat/commit-utils/commit/01e268c))
### Dependencies
* update all dependencies (#147) ([0d03000](https://github.com/tophat/commit-utils/commits/0d03000))
### Features
* migrate to TypeScript (#134) ([17da220](https://github.com/tophat/commit-utils/commits/17da220))
## 0.0.8 (2019-04-25)
## 0.0.7 (2019-04-23)
## 0.0.6 (2019-04-23)
**Note:** Version bump only for package @tophat/commit-utils-core
{
"name": "@tophat/commit-utils-core",
"version": "0.6.1",
"version": "1.0.0",
"description": "Shared code between all of Top Hat's commit utils",

@@ -8,10 +8,9 @@ "author": "Top Hat",

"license": "Apache-2.0",
"main": "src/index.js",
"directories": {
"lib": "src",
"test": "__tests__"
},
"main": "lib/index.js",
"files": [
"src"
"lib"
],
"devDependencies": {
"@types/jest": "^29.2.0"
},
"repository": {

@@ -23,3 +22,3 @@ "type": "git",

"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
"prepack": "run workspace:build \"$(pwd)\""
},

@@ -31,4 +30,5 @@ "bugs": {

"access": "public",
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"main": "lib/index.js"
}
}
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