New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@votingworks/ballot-encoder

Package Overview
Dependencies
Maintainers
5
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@votingworks/ballot-encoder - npm Package Compare versions

Comparing version 5.1.0-beta.0 to 5.1.0-beta.1

src/bits/BitCursor.d.ts

12

package.json
{
"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",

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