babel-plugin-captains-log
Advanced tools
Comparing version 1.1.0 to 1.2.0-beta.1
{ | ||
"name": "babel-plugin-captains-log", | ||
"version": "1.1.0", | ||
"version": "1.2.0-beta.1", | ||
"files": [ | ||
"dist" | ||
"lib" | ||
], | ||
"main": "dist/index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"start": "jest --watch", | ||
"test": "jest", | ||
"prebuild": "rimraf dist", | ||
"build": "babel --copy-files --out-dir dist --ignore *.spec.js,__snapshots__,__test__ src", | ||
"build": "babel src -d dist --source-maps --ignore '**/*.spec.js','**/__snapshots__/**','**/__fixtures__/**'", | ||
"report-coverage": "codecov", | ||
"contribute": "all-contributors", | ||
"release": "semantic-release pre && npm publish && semantic-release post", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post", | ||
"lint": "eslint ." | ||
"semantic-release": "semantic-release", | ||
"travis-deploy-once": "travis-deploy-once" | ||
}, | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
], | ||
"author": "Kyle Welch <kyle@krwelch.com> (http://www.krwelch.com/)", | ||
"author": "Kyle Welch <kyle@krwelch.com> (http://www.kwelch.devs/)", | ||
"license": "MIT", | ||
@@ -36,26 +36,43 @@ "repository": { | ||
"devDependencies": { | ||
"all-contributors-cli": "^4.3.0", | ||
"babel-cli": "^6.24.1", | ||
"babel-eslint": "^7.2.3", | ||
"babel-jest": "^19.0.0", | ||
"babel-plugin-tester": "^3.1.0", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-env": "^1.3.3", | ||
"babel-preset-stage-2": "^6.24.1", | ||
"codecov": "^2.1.0", | ||
"eslint": "^3.19.0", | ||
"@babel/cli": "^7.2.3", | ||
"@babel/core": "^7.3.4", | ||
"@babel/plugin-transform-runtime": "~7.3.4", | ||
"@babel/preset-env": "^7.3.4", | ||
"all-contributors-cli": "^6.1.2", | ||
"babel-eslint": "^10.0.1", | ||
"babel-jest": "^24.1.0", | ||
"babel-plugin-tester": "^6.0.0", | ||
"codecov": "^3.2.0", | ||
"eslint": "^5.15.1", | ||
"fs": "^0.0.1-security", | ||
"global": "^4.3.2", | ||
"jest-cli": "^19.0.2", | ||
"jest-cli": "^24.1.0", | ||
"jest-runner-eslint": "^0.7.3", | ||
"path": "^0.12.7", | ||
"rimraf": "^2.6.1", | ||
"semantic-release": "^6.3.2" | ||
"prettier": "^1.16.4", | ||
"rimraf": "^2.6.3", | ||
"semantic-release": "^15.13.3", | ||
"travis-deploy-once": "^5.0.11" | ||
}, | ||
"jest": { | ||
"coveragePathIgnorePatterns": [ | ||
"/node_modules", | ||
"node_modules", | ||
"__fixtures__", | ||
"__snapshots__" | ||
"__snapshots__", | ||
"dist" | ||
], | ||
"projects": [ | ||
{ | ||
"displayName": "test" | ||
}, | ||
{ | ||
"displayName": "lint", | ||
"runner": "jest-runner-eslint", | ||
"testMatch": [ | ||
"<rootDir>/**/*.js" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"dependencies": {} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8275
19
3
0
1
2