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

cashc

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cashc - npm Package Compare versions

Comparing version 0.6.4 to 0.6.5

2

dist/main/index.d.ts
export * from './Errors';
export * as utils from '@cashscript/utils';
export { compileFile, compileString } from './compiler';
export declare const version = "0.6.3";
export declare const version = "0.6.5";

@@ -31,3 +31,3 @@ "use strict";

Object.defineProperty(exports, "compileString", { enumerable: true, get: function () { return compiler_1.compileString; } });
exports.version = '0.6.3';
exports.version = '0.6.5';
//# sourceMappingURL=index.js.map
export * from './Errors';
export * as utils from '@cashscript/utils';
export { compileFile, compileString } from './compiler';
export declare const version = "0.6.3";
export declare const version = "0.6.5";

@@ -5,3 +5,3 @@ export * from './Errors';

export { compileFile, compileString } from './compiler';
export const version = '0.6.3';
export const version = '0.6.5';
//# sourceMappingURL=index.js.map
{
"name": "cashc",
"version": "0.6.4",
"version": "0.6.5",
"description": "Compile Bitcoin Cash contracts to Bitcoin Cash Script or artifacts",

@@ -50,3 +50,3 @@ "keywords": [

"@bitauth/libauth": "^1.18.1",
"@cashscript/utils": "^0.6.3",
"@cashscript/utils": "^0.6.5",
"antlr4ts": "^0.5.0-alpha.4",

@@ -53,0 +53,0 @@ "commander": "^7.1.0",

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