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

loop

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loop - npm Package Compare versions

Comparing version 3.1.3 to 3.1.4

__tests__/index.js

2

index.js

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

module.exports = require('./lib/loop');
module.exports = require('./lib/loop');
{
"name": "loop",
"version": "3.1.3",
"version": "3.1.4",
"description": "loop through commands in fun and amazing ways!",

@@ -10,4 +10,16 @@ "main": "./index.js",

"scripts": {
"test": "mocha"
"commit": "git-cz",
"lint": "prettier --write \"bin/*\" index.js",
"test": "npm run test-jest && npm run test-mocha",
"test-jest": "jest --config jest.json --coverage",
"test:coverage": "jest --config jest.json --coverage",
"test:watch": "jest --config jest.json --watch",
"test-mocha": "mocha"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "pretty-quick --staged"
}
},
"keywords": [

@@ -30,3 +42,2 @@ "loop",

"meta-exec": "^1.0.0",
"mocha": "^6.0.0",
"should": "^13.2.3",

@@ -36,4 +47,13 @@ "yargs": "^13.0.0"

"devDependencies": {
"chai": "4.2.0"
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"chai": "4.2.0",
"commitizen": "^3.1.1",
"cz-conventional-changelog": "^2.1.0",
"husky": "^2.4.0",
"jest": "^24.8.0",
"mocha": "^6.1.4",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.0"
}
}

Sorry, the diff of this file is not supported yet

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