New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cashscript/utils

Package Overview
Dependencies
Maintainers
0
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cashscript/utils - npm Package Compare versions

Comparing version 0.10.0-next.5 to 0.10.0-next.6

7

dist/artifact.d.ts

@@ -16,3 +16,3 @@ /// <reference types="node" />

logs: LogEntry[];
requireMessages: RequireMessage[];
requires: RequireStatement[];
}

@@ -27,8 +27,9 @@ export interface LogEntry {

stackIndex: number;
ip: number;
}
export declare type LogData = StackItem | string;
export interface RequireMessage {
export interface RequireStatement {
ip: number;
line: number;
message: string;
message?: string;
}

@@ -35,0 +36,0 @@ export interface Artifact {

{
"name": "@cashscript/utils",
"version": "0.10.0-next.5",
"version": "0.10.0-next.6",
"description": "CashScript utilities and types",

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

},
"gitHead": "3d6611410e8c7ed9d760071a8c639e91c2cbb477"
"gitHead": "b26f1f20b89df6d857a5860eebd3bcc7668faa4e"
}
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