@votingworks/ballot-encoder
Advanced tools
Comparing version 5.1.0-beta.0 to 5.1.0-beta.1
{ | ||
"name": "@votingworks/ballot-encoder", | ||
"version": "5.1.0-beta.0", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"version": "5.1.0-beta.1", | ||
"main": "src/index.js", | ||
"types": "src/index.d.ts", | ||
"files": [ | ||
"**/*.{js,d.ts,d.ts.map,json}" | ||
"src/**/*.{js,d.ts,d.ts.map,json}" | ||
], | ||
"scripts": { | ||
"lint": "eslint '**/*.{ts,js}'", | ||
"publish:npm": "yarn test:coverage && tsc && npm publish --access public && ts-emit-clean", | ||
"lint": "eslint 'src/**/*.{ts,js}'", | ||
"publish:npm": "yarn test:coverage && tsc && npm publish --access public --tag beta && ts-emit-clean", | ||
"test": "jest", | ||
@@ -13,0 +13,0 @@ "test:ci": "jest --ci --collectCoverage", |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
419497
80
7423
2