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

tab-to-space

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tab-to-space - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.travis.yml

38

package.json
{
"name": "tab-to-space",
"version": "1.0.0",
"description": "",
"version": "1.0.1",
"description": "Converts tabs to approproate number of spaces",
"homepage": "https://github.com/smartankur4u/tabs-to-spaces#readme",
"author": "Ankur Narkhede (https://github.com/smartankur4u)",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/standard --fix"
"test": "mocha",
"test-lint": "./node_modules/.bin/standard --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"keywords": [
"tabs",
"spaces",
"tab",
"space",
"convert",
"indent",
"indentation"
],
"license": "MIT",
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"mocha": "^6.2.1",
"standard": "^14.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smartankur4u/tabs-to-spaces.git"
},
"bugs": {
"url": "https://github.com/smartankur4u/tabs-to-spaces/issues"
},
"standard": {
"globals": [
"describe",
"it"
]
}
}

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