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
2
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 1.0.0 to 1.0.1

src/bits/BitCursor.d.ts.map

4

package.json
{
"name": "@votingworks/ballot-encoder",
"version": "1.0.0",
"version": "1.0.1",
"files": [
"src"
"src/**/*.{js,d.ts,d.ts.map}"
],

@@ -7,0 +7,0 @@ "main": "src/index.js",

@@ -16,1 +16,2 @@ import { Uint8, Uint1, Uint8Index } from './types';

}
//# sourceMappingURL=BitCursor.d.ts.map
export {};
//# sourceMappingURL=BitCursor.test.d.ts.map

@@ -111,1 +111,2 @@ import { Uint1, Uint8 } from './types';

}
//# sourceMappingURL=BitReader.d.ts.map
export {};
//# sourceMappingURL=BitReader.test.d.ts.map

@@ -73,1 +73,2 @@ import { Uint8, Uint1 } from './types';

}
//# sourceMappingURL=BitWriter.d.ts.map
export {};
//# sourceMappingURL=BitWriter.test.d.ts.map

@@ -53,1 +53,2 @@ /**

}
//# sourceMappingURL=encoding.d.ts.map
export {};
//# sourceMappingURL=encoding.test.d.ts.map

@@ -6,1 +6,2 @@ export { default as BitReader } from './BitReader';

export * from './utils';
//# sourceMappingURL=index.d.ts.map
export {};
//# sourceMappingURL=index.test.d.ts.map

@@ -5,1 +5,2 @@ export declare type Uint8Index = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;

export declare const Uint8Size = 8;
//# sourceMappingURL=types.d.ts.map

@@ -27,1 +27,2 @@ import { Uint8 } from './types';

export declare function sizeof(number: number): number;
//# sourceMappingURL=utils.d.ts.map
export {};
//# sourceMappingURL=utils.test.d.ts.map

@@ -178,1 +178,2 @@ export declare type VoidFunction = () => void;

}): VotesDict;
//# sourceMappingURL=election.d.ts.map

@@ -29,1 +29,2 @@ import * as v0 from './v0';

export declare function detect(data: Uint8Array): EncoderVersion | undefined;
//# sourceMappingURL=index.d.ts.map
export {};
//# sourceMappingURL=index.test.d.ts.map

@@ -27,1 +27,2 @@ /**

export declare function decodeBallotFromString(election: Election, encodedBallot: string): CompletedBallot;
//# sourceMappingURL=index.d.ts.map
export {};
//# sourceMappingURL=index.test.d.ts.map

@@ -14,1 +14,2 @@ import { CompletedBallot, Election } from '../election';

export declare function decodeBallotFromReader(election: Election, bits: BitReader): CompletedBallot;
//# sourceMappingURL=index.d.ts.map
export {};
//# sourceMappingURL=index.test.d.ts.map
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