Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

shpts

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shpts - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

dist/shpts.js

@@ -200,3 +200,3 @@ var V = Object.defineProperty;

}
return r.decode(Buffer.from(s)).trim();
return r.decode(s).trim();
}

@@ -203,0 +203,0 @@ static readNumberValue(e, t, r) {

@@ -1,2 +0,1 @@

import { Buffer } from 'buffer';
export declare class DbfDecoder {

@@ -6,5 +5,5 @@ readonly encoding: string;

constructor(encoding: string);
decode(str: Buffer): string;
decode(str: Uint8Array): string;
}
export declare function fromCpgString(cpg: string): DbfDecoder;
export declare function fromDbfLangCode(code: number): DbfDecoder | undefined;
{
"name": "shpts",
"private": false,
"version": "1.0.3",
"version": "1.0.4",
"type": "module",

@@ -6,0 +6,0 @@ "repository": {

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