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

pta-tools

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pta-tools - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

4

build/index.d.ts

@@ -6,3 +6,3 @@ import Formatter from './formatter';

import Parser from './parser';
import { isTransaction } from './type-guards';
import { isComment, isDirective, isPosting, isTransaction } from './type-guards';
import { Comment, Journal, Posting, Transaction } from './types';

@@ -13,2 +13,2 @@ /**

declare type TransactionEntry = Posting;
export { Comment, formatComment, Formatter, formatTransaction, isTransaction, Journal, parse, Parser, ParseResult, Posting, Transaction, TransactionEntry, };
export { Comment, formatComment, Formatter, formatTransaction, isComment, isDirective, isPosting, isTransaction, Journal, parse, Parser, ParseResult, Posting, Transaction, TransactionEntry, };

@@ -475,4 +475,7 @@ 'use strict';

exports.formatTransaction = formatTransaction;
exports.isComment = isComment$1;
exports.isDirective = isDirective$1;
exports.isPosting = isPosting;
exports.isTransaction = isTransaction;
exports.parse = parse;
//# sourceMappingURL=index.js.map

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

# [1.3.0](https://github.com/kajyr/pta-tools/compare/pta-tools@1.2.0...pta-tools@1.3.0) (2021-12-14)
### Features
* exported various type guards ([6d0ab76](https://github.com/kajyr/pta-tools/commit/6d0ab768b048b07566108f7e2243517113b452d4))
# [1.2.0](https://github.com/kajyr/pta-tools/compare/pta-tools@1.1.5...pta-tools@1.2.0) (2021-12-13)

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

{
"name": "pta-tools",
"version": "1.2.0",
"version": "1.3.0",
"description": "Plain text accounting journal JS apis",

@@ -33,3 +33,3 @@ "main": "build/index.js",

},
"gitHead": "bb8c3822df58c3d736c189b150e5b725144bf53e"
"gitHead": "455242001217161aece418d16d57888245963022"
}

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