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.3.0 to 1.3.1

5

CHANGELOG.md

@@ -0,1 +1,6 @@

### Version 1.3.1 (2017-02-04)
- Fixed: A somewhat rare error message is now indented properly.
### Version 1.3.0 (2017-02-04)

@@ -2,0 +7,0 @@

2

index.js

@@ -357,5 +357,5 @@ "use strict";

function indent(string) {
return string.replace(/^/g, " ");
return string.replace(/^/mg, " ");
}
module.exports = { run, generateRandomJS };
{
"name": "eslump",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",

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

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