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

@xylabs/buffer

Package Overview
Dependencies
Maintainers
0
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/buffer - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

dist/browser/bufferPolyfill.d.ts

6

dist/browser/index.d.ts

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

export { bufferPolyfill } from './bufferPolyfill.ts';
export { Buffer } from 'buffer/';
declare const bufferPolyfill: () => void;
export { bufferPolyfill };
//# sourceMappingURL=index.d.ts.map

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

export * from './bufferPolyfill.ts';
export { Buffer } from 'node:buffer';
declare const bufferPolyfill: () => void;
export { bufferPolyfill };
//# sourceMappingURL=index.d.ts.map
{
"name": "@xylabs/buffer",
"version": "4.0.3",
"version": "4.0.4",
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",

@@ -43,3 +43,3 @@ "keywords": [

"dependencies": {
"@xylabs/platform": "^4.0.3",
"@xylabs/platform": "^4.0.4",
"buffer": "^6.0.3"

@@ -49,5 +49,5 @@ },

"@types/node": "^22.5.0",
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"@xylabs/tsconfig-dom": "^4.0.0",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"@xylabs/tsconfig-dom": "^4.0.7",
"typescript": "^5.5.4"

@@ -54,0 +54,0 @@ },

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