testing-helpers
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "testing-helpers", | ||
"version": "0.0.1", | ||
"main": "index.js", | ||
"repository": "https://github.com/lawnstarter/testinghelpers", | ||
"version": "0.0.2", | ||
"main": "build/index.js", | ||
"repository": "https://github.com/lawnstarter/testing-helpers", | ||
"author": "Michael Lefkowitz <lefkowitz.michael@gmail.com>", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "./node_modules/.bin/babel src/index.js --out-dir build" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.11" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.4.3", | ||
"@babel/core": "^7.4.3", | ||
"@babel/preset-env": "^7.4.3" | ||
} | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
97504
6
73
1
3
+ Addedlodash@^4.17.11
+ Addedlodash@4.17.21(transitive)