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

nanobuffer

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

nanobuffer - npm Package Compare versions

Comparing version 1.1.7 to 2.0.0

CHANGELOG.md

52

package.json
{
"name": "nanobuffer",
"version": "1.1.7",
"version": "2.0.0",
"description": "Lightweight, fixed-size, cyclic value buffer",
"main": "./dist/index.js",
"type": "module",
"exports": "./src/index.js",
"author": "Chris Barber <chris@cb1inc.com> (https://github.com/cb1kenobi)",

@@ -18,39 +19,16 @@ "license": "MIT",

"scripts": {
"build": "gulp build",
"coverage": "gulp coverage",
"docs": "gulp docs",
"prepublish": "gulp build",
"test": "gulp test"
"coverage": "c8 npm run test",
"lint": "eslint src",
"prepack": "npm run lint",
"test": "eslint src test && mocha test/**/test-*.js --reporter spec"
},
"dependencies": {
"source-map-support": "^0.5.19"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
"@babel/register": "^7.9.0",
"ansi-colors": "^4.1.1",
"babel-eslint": "^10.1.0",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"esdoc": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^6.8.0",
"eslint-plugin-chai-expect": "^2.1.0",
"eslint-plugin-mocha": "^6.3.0",
"eslint-plugin-promise": "^4.2.1",
"c8": "^7.6.0",
"chai": "^4.3.0",
"eslint": "^7.20.0",
"eslint-plugin-chai-expect": "^2.2.0",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-security": "^1.4.0",
"fancy-log": "^1.3.3",
"fs-extra": "^9.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-debug": "^4.0.0",
"gulp-eslint": "^6.0.0",
"gulp-load-plugins": "^2.0.3",
"gulp-plumber": "^1.2.1",
"gulp-sourcemaps": "^2.6.5",
"mocha": "^7.1.2",
"nyc": "^15.0.1"
"mocha": "^8.3.0"
},

@@ -64,4 +42,4 @@ "homepage": "https://github.com/cb1kenobi/nanobuffer",

"engines": {
"node": ">=6.0.0"
"node": ">=12"
}
}

@@ -7,3 +7,2 @@ # NanoBuffer

[![Appveyor CI Build][appveyor-image]][appveyor-url]
[![Test Coverage][coveralls-image]][coveralls-url]
[![Deps][david-image]][david-url]

@@ -19,3 +18,3 @@ [![Dev Deps][david-dev-image]][david-dev-url]

npm install nanobuffer
npm i nanobuffer --save

@@ -158,4 +157,2 @@ ## Example

[appveyor-url]: https://ci.appveyor.com/project/cb1kenobi/nanobuffer
[coveralls-image]: https://img.shields.io/coveralls/cb1kenobi/nanobuffer/master.svg
[coveralls-url]: https://coveralls.io/r/cb1kenobi/nanobuffer
[david-image]: https://img.shields.io/david/cb1kenobi/nanobuffer.svg

@@ -162,0 +159,0 @@ [david-url]: https://david-dm.org/cb1kenobi/nanobuffer

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