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

@waves/js-test-env

Package Overview
Dependencies
Maintainers
16
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waves/js-test-env - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

index.d.ts

@@ -135,3 +135,3 @@ /**

*/
export declare function file(name?: string): Promise<string>;
export declare function file(name?: string): string;
/**

@@ -138,0 +138,0 @@ * Shorthand for file()

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

*/
async function file(name) {
function file(name) {
if (typeof global.env.file !== 'function') {

@@ -235,0 +235,0 @@ throw new Error('File content API is not available. Please provide it to the console');

{
"name": "@waves/js-test-env",
"version": "0.1.2",
"version": "0.1.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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