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.10.0-next.0 to 0.10.0-next.1

1

dist/ast/AST.js

@@ -265,2 +265,3 @@ import { PrimitiveType, BytesType } from '@cashscript/utils';

}
// TODO: Couldn't we just use existing nodes for this? e.g. IdentifierNode + StringLiteralNode etc.
export class ConsoleParameterNode extends Node {

@@ -267,0 +268,0 @@ constructor(message, identifier) {

2

dist/index.d.ts
export * from './Errors.js';
export * as utils from '@cashscript/utils';
export { compileFile, compileString } from './compiler.js';
export declare const version = "0.10.0-next.0";
export declare const version = "0.10.0-next.1";
export * from './Errors.js';
export * as utils from '@cashscript/utils';
export { compileFile, compileString } from './compiler.js';
export const version = '0.10.0-next.0';
export const version = '0.10.0-next.1';
//# sourceMappingURL=index.js.map
{
"name": "cashc",
"version": "0.10.0-next.0",
"version": "0.10.0-next.1",
"description": "Compile Bitcoin Cash contracts to Bitcoin Cash Script or artifacts",

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

"prepare": "yarn build",
"prepublishOnly": "yarn test",
"prepublishOnly": "yarn test && yarn lint",
"pretest": "yarn build:test",

@@ -54,3 +54,3 @@ "test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest"

"@bitauth/libauth": "^2.0.0-alpha.8",
"@cashscript/utils": "^0.10.0-next.0",
"@cashscript/utils": "^0.10.0-next.1",
"antlr4ts": "^0.5.0-alpha.4",

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

},
"gitHead": "3514c438fa3c8069c36f45cc80730293ac85dbdf"
"gitHead": "1370c6b1b1489b96964b6df4a860709cd73a06cc"
}
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