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

eslump

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslump - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

### Version 1.5.1 (2017-03-26)
- Fixed: Random comments can now be inserted at the end of sequences of
whitespace.
### Version 1.5.0 (2017-03-25)

@@ -2,0 +8,0 @@

2

package.json
{
"name": "eslump",
"version": "1.5.0",
"version": "1.5.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Simon Lydell",

@@ -95,3 +95,3 @@ const randomInt = require("random-int");

for (let i = 0; i < times; i++) {
const index = randomInt(0, items.length - 1);
const index = randomInt(0, items.length);
const comment = randomItem(choices)();

@@ -98,0 +98,0 @@ items.splice(index, 0, comment);

@@ -197,3 +197,3 @@ # eslump

[flow]: https://github.com/facebook/flow
[prettier]: https://github.com/jlongster/prettier/
[prettier]: https://github.com/prettier/prettier/
[shift-codegen]: https://github.com/shapesecurity/shift-codegen-js

@@ -200,0 +200,0 @@ [shift-fuzzer]: https://github.com/shapesecurity/shift-fuzzer-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