@dazn/chaos-squirrel-attack-disk-space
Advanced tools
Comparing version
@@ -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 @@ |
@@ -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; |
"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" | ||
} |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
Known malware
Supply chain riskThis package is identified as malware. It has been flagged either by Socket's AI scanner and confirmed by our threat research team, or is listed as malicious in security databases and other sources.
Found 1 instance in 1 package
5288
7.72%0
-100%2
100%