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.7.5 to 0.7.6

2

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

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

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

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

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

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

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

@@ -63,3 +63,3 @@ "commander": "^7.1.0",

},
"gitHead": "3534478a15acc1cf3c744085ff5a972d69666447"
"gitHead": "c2daf1d80579e776b28270362041152ab0ac8898"
}
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