Socket
Socket
Sign inDemoInstall

smart-buffer

Package Overview
Dependencies
0
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.3

.travis.yml

71

package.json
{
"name": "smart-buffer",
"version": "1.0.1",
"description": "A smarter Buffer that keeps track of its own read and write positions while growing endlessly.",
"main": "lib/smart-buffer.js",
"homepage": "https://github.com/JoshGlazebrook/smart-buffer/",
"repository": {
"type": "git",
"url": "https://github.com/JoshGlazebrook/smart-buffer.git"
},
"bugs": {
"url": "https://github.com/JoshGlazebrook/smart-buffer/issues"
},
"keywords": [
"buffer",
"smart",
"cursor",
"simple",
"packet",
"network",
"null terminated",
"growing"
],
"engines": {
"node": ">= 0.10.15",
"npm": ">= 1.3.5"
},
"author": "Josh Glazebrook",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"chai": "~1.7.2"
}
"name": "smart-buffer",
"version": "1.0.3",
"description": "A smarter Buffer that keeps track of its own read and write positions while growing endlessly.",
"main": "lib/smart-buffer.js",
"homepage": "https://github.com/JoshGlazebrook/smart-buffer/",
"repository": {
"type": "git",
"url": "https://github.com/JoshGlazebrook/smart-buffer.git"
},
"bugs": {
"url": "https://github.com/JoshGlazebrook/smart-buffer/issues"
},
"keywords": [
"buffer",
"smart",
"cursor",
"simple",
"packet",
"network",
"null terminated",
"growing"
],
"engines": {
"node": ">= 0.10.15",
"npm": ">= 1.3.5"
},
"author": "Josh Glazebrook",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"chai": "^2.2.0",
"mocha": "^2.2.3"
},
"dependencies": {
},
"scripts": {
"test": "mocha test/test.js"
}
}

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

smart-buffer
smart-buffer [![Build Status](https://travis-ci.org/JoshGlazebrook/smart-buffer.svg?branch=master)](https://travis-ci.org/JoshGlazebrook/smart-buffer)
=============

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

@@ -214,5 +214,2 @@ var SmartBuffer = require('../lib/smart-buffer.js');

});
});
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc