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

cborg

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cborg - npm Package Compare versions

Comparing version 1.9.3 to 1.9.4

4

package.json
{
"name": "cborg",
"version": "1.9.3",
"version": "1.9.4",
"description": "Fast CBOR with a focus on strictness",

@@ -42,3 +42,3 @@ "main": "./cjs/cborg.js",

"standard": "^17.0.0",
"typescript": "~4.6.2"
"typescript": "~4.7.2"
},

@@ -45,0 +45,0 @@ "exports": {

@@ -1,3 +0,3 @@

declare var _default: true;
declare const _default: true;
export default _default;
//# sourceMappingURL=bin.d.ts.map

@@ -7,3 +7,3 @@ /**

/** @type {((data:Uint8Array, pos:number, minor:number, options?:DecodeOptions) => any)[]} */
export const jump: ((data: Uint8Array, pos: number, minor: number, options?: import("../interface").DecodeOptions | undefined) => any)[];
export const jump: ((data: Uint8Array, pos: number, minor: number, options?: DecodeOptions) => any)[];
/** @type {Token[]} */

@@ -10,0 +10,0 @@ export const quick: Token[];

Sorry, the diff of this file is not supported yet

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