Socket
Book a DemoInstallSign in
Socket

@dazn/chaos-squirrel-attack-disk-space

Package Overview
Dependencies
Maintainers
5
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dazn/chaos-squirrel-attack-disk-space - npm Package Compare versions

Comparing version

to
0.8.0

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

# [0.8.0](https://github.com/getndazn/chaos-squirrel/compare/v0.7.0...v0.8.0) (2020-08-24)
### Features
* switch to using ES6 exports instead of CommonJS style ([3639a5d](https://github.com/getndazn/chaos-squirrel/commit/3639a5da2c43b4f1a304e33b66349ab3fb4ee90d))
### BREAKING CHANGES
* will break all require calls
# [0.7.0](https://github.com/getndazn/chaos-squirrel/compare/v0.6.0...v0.7.0) (2020-08-24)

@@ -8,0 +24,0 @@

5

dist/index.d.ts

@@ -1,5 +0,5 @@

interface DiskSpaceAttackOptions {
export interface DiskSpaceAttackOptions {
size?: number;
}
declare class DiskSpaceAttack {
export default class DiskSpaceAttack {
static configure(opts: DiskSpaceAttackOptions): () => DiskSpaceAttack;

@@ -13,2 +13,1 @@ size: number;

}
export = DiskSpaceAttack;

3

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const fs_1 = require("fs");

@@ -57,2 +58,2 @@ const path_1 = require("path");

}
module.exports = DiskSpaceAttack;
exports.default = DiskSpaceAttack;
{
"name": "@dazn/chaos-squirrel-attack-disk-space",
"version": "0.7.0",
"version": "0.8.0",
"description": "Chaos Squirrel - Attack - Disk Space",

@@ -29,3 +29,3 @@ "main": "dist/index.js",

},
"gitHead": "2a914f49fc2c1fd455223f21432ec5ee6190ba47"
"gitHead": "419799defafab35e98adde6e7110d80025f74943"
}
SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.