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

constipated

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

constipated - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.eslintrc

2

index.js

@@ -10,3 +10,3 @@ var glob = require('glob');

files.forEach(relieveFile);
};
}

@@ -13,0 +13,0 @@ function relieveFile (file) {

{
"name": "constipated",
"version": "1.0.0",
"version": "1.0.1",
"description": "Turns your consts in to vars, relieve those variables.",
"main": "index.js",
"scripts": {
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha",
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
"postversion": "git push && git push --tags",

@@ -26,5 +28,10 @@ "preversion": "npm test",

"chai": "^4.1.2",
"coveralls": "^2.13.1",
"dir-compare": "^1.4.0",
"eslint": "^4.7.2",
"fs-extra": "^4.0.2",
"mocha": "^3.5.3"
"istanbul": "^0.4.5",
"mocha": "^3.5.3",
"mocha-eslint": "^4.1.0",
"mocha-lcov-reporter": "^1.3.0"
},

@@ -31,0 +38,0 @@ "engines": {

@@ -8,2 +8,3 @@ # constipated

[![Build Status](https://img.shields.io/npm/v/constipated.svg)](https://www.npmjs.com/package/constipated)
[![Coverage Status](https://coveralls.io/repos/github/jonatanpedersen/constipated/badge.svg?branch=master)](https://coveralls.io/github/jonatanpedersen/constipated?branch=master)

@@ -10,0 +11,0 @@ ## Installation

Sorry, the diff of this file is not supported yet

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