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

memory-pager

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memory-pager - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

2

index.js

@@ -8,3 +8,3 @@ module.exports = Pager

this.updates = []
this.pages = new Array(16 * 1024)
this.pages = new Array(16)
this.pageSize = pageSize || 1024

@@ -11,0 +11,0 @@ }

{
"name": "memory-pager",
"version": "1.0.3",
"version": "1.1.0",
"description": "Access memory using small fixed sized buffers",

@@ -5,0 +5,0 @@ "main": "index.js",

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