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

@xylabs/buffer

Package Overview
Dependencies
Maintainers
7
Versions
281
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 2.10.7 to 2.10.8

2

dist/index.d.ts
export { Buffer as BrowserBuffer, Buffer } from 'buffer/';
export { Buffer as NodeBuffer } from 'node:buffer';
export { bufferPolyfill as bufferPolyfillNode } from './nodeIndex.js';

@@ -5,0 +3,0 @@ declare const bufferPolyfillBrowser: () => void;

@@ -25,6 +25,4 @@ "use strict";

Buffer: () => import_buffer.Buffer,
NodeBuffer: () => import_node_buffer.Buffer,
bufferPolyfill: () => bufferPolyfillBrowser,
bufferPolyfillBrowser: () => bufferPolyfillBrowser,
bufferPolyfillNode: () => bufferPolyfillNode
bufferPolyfillBrowser: () => bufferPolyfillBrowser
});

@@ -49,10 +47,2 @@ module.exports = __toCommonJS(src_exports);

};
// src/node/Buffer.ts
var import_node_buffer = require("buffer");
// src/node/bufferPolyfill.ts
var bufferPolyfillNode = () => {
return;
};
// Annotate the CommonJS export names for ESM import in node:

@@ -62,7 +52,5 @@ 0 && (module.exports = {

Buffer,
NodeBuffer,
bufferPolyfill,
bufferPolyfillBrowser,
bufferPolyfillNode
bufferPolyfillBrowser
});
//# sourceMappingURL=index.js.map

2

package.json

@@ -91,3 +91,3 @@ {

"sideEffects": false,
"version": "2.10.7"
"version": "2.10.8"
}
export * from './browser'
export { BrowserBuffer as Buffer, bufferPolyfillBrowser as bufferPolyfill } from './browser'
export * from './node'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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