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

api-seed-mixins

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api-seed-mixins - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

.travis.yml

56

package.json

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

{
"name": "api-seed-mixins",
"version": "0.0.0",
"description": "Mixins used in api-seed",
"main": "mixins",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"ci": "jest --runInBand --coverage && npm run lint",
"lint": "eslint --ignore-path .gitignore .",
"commit": "git-cz",
"precommit": "lint-staged"
},
"jest": {
"testEnvironment": "node",
"testMatch": [
"<rootDir>/spec/**/?(*.)(spec|test).js?(x)"
]
},
"lint-staged": {
"*.{js,json}": [
"prettier --write",
"git add"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/JonnyBGod/api-seed-mixins.git"
},
"author": "João Ribeiro <jonnybgod@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/JonnyBGod/api-seed-mixins/issues"
},
"homepage": "https://github.com/JonnyBGod/api-seed-mixins#readme",
"devDependencies": {
"commitizen": "^2.9.6",
"coveralls": "^3.0.0",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^4.9.0",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-jest": "^21.2.0",
"eslint-plugin-prettier": "^2.3.1",
"husky": "^0.14.3",
"jest": "^21.2.1",
"lint-staged": "^4.3.0",
"prettier": "1.7.4",
"supertest": "^3.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
{"name":"api-seed-mixins","version":"0.1.0","description":"Mixins used in api-seed","main":"mixins","scripts":{"test":"jest","test:watch":"jest --watch","ci":"jest --runInBand --coverage && npm run lint","lint":"eslint --ignore-path .gitignore .","commit":"git-cz","precommit":"lint-staged","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"jest":{"testEnvironment":"node","testMatch":["<rootDir>/spec/**/?(*.)(spec|test).js?(x)"]},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"repository":{"type":"git","url":"https://github.com/JonnyBGod/api-seed-mixins.git"},"author":"João Ribeiro <jonnybgod@gmail.com>","license":"MIT","bugs":{"url":"https://github.com/JonnyBGod/api-seed-mixins/issues"},"homepage":"https://github.com/JonnyBGod/api-seed-mixins#readme","devDependencies":{"commitizen":"^2.9.6","coveralls":"^3.0.0","cz-conventional-changelog":"^2.0.0","eslint":"^4.9.0","eslint-config-prettier":"^2.6.0","eslint-plugin-jest":"^21.2.0","eslint-plugin-prettier":"^2.3.1","husky":"^0.14.3","jest":"^21.2.1","lint-staged":"^4.3.0","prettier":"1.7.4","supertest":"^3.0.0","semantic-release":"^8.2.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}}}
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