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

@dazn/chaos-squirrel-attack-memory-background

Package Overview
Dependencies
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dazn/chaos-squirrel-attack-memory-background - npm Package Compare versions

Comparing version 0.7.0 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 BackgroundMemoryAttackOptions {
export interface BackgroundMemoryAttackOptions {
size?: number;
}
declare class BackgroundMemoryAttack {
export default class BackgroundMemoryAttack {
static configure(opts: BackgroundMemoryAttackOptions): () => BackgroundMemoryAttack;

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

}
export = BackgroundMemoryAttack;

3

dist/index.js

@@ -5,2 +5,3 @@ "use strict";

};
Object.defineProperty(exports, "__esModule", { value: true });
const child_process_1 = require("child_process");

@@ -29,2 +30,2 @@ const buffer_1 = __importDefault(require("buffer"));

}
module.exports = BackgroundMemoryAttack;
exports.default = BackgroundMemoryAttack;
{
"name": "@dazn/chaos-squirrel-attack-memory-background",
"version": "0.7.0",
"version": "0.8.0",
"description": "Chaos Squirrel - Attack - Background Memory usage",

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

"dependencies": {
"@dazn/chaos-squirrel-attack-memory": "^0.7.0"
"@dazn/chaos-squirrel-attack-memory": "^0.8.0"
},

@@ -33,3 +33,3 @@ "publishConfig": {

},
"gitHead": "2a914f49fc2c1fd455223f21432ec5ee6190ba47"
"gitHead": "419799defafab35e98adde6e7110d80025f74943"
}
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