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

peerjs-js-binarypack

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

peerjs-js-binarypack - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3-rc.1

__test__/bugs.spec.ts

12

.eslintrc.json
{
"extends": "semistandard",
"env": {
"browser": true
}
}
"parser": "@typescript-eslint/parser",
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
]
}
{
"standard.semistandard": true,
"standard.usePackageJson": true,
"standard.autoFixOnSave": true,
"javascript.validate.enable": false,
"eslint.autoFixOnSave": true
}
"standard.semistandard": true,
"standard.usePackageJson": true,
"standard.autoFixOnSave": true,
"javascript.validate.enable": false,
"eslint.autoFixOnSave": true
}
{
"name": "peerjs-js-binarypack",
"version": "1.0.2",
"description": "BinaryPack serialization for the web browser",
"homepage": "https://github.com/peers/js-binarypack",
"main": "./lib/binarypack.js",
"typings": "./index.d.ts",
"scripts": {
"prepublish": "./node_modules/.bin/grunt",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "semistandard"
},
"repository": {
"type": "git",
"url": "git://github.com/peers/js-binarypack.git"
},
"author": "Eric Zhang",
"devDependencies": {
"eslint": "^6.1.0",
"eslint-config-semistandard": "^14.0.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"grunt": "^1.0.4",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^4.0.1",
"semistandard": "^13.0.1",
"uglifyjs": "^2.4.11"
},
"semistandard": {
"ignore": [
"/dist/"
]
},
"license": "BSD"
"name": "peerjs-js-binarypack",
"version": "1.0.3-rc.1",
"description": "BinaryPack serialization",
"homepage": "https://github.com/peers/js-binarypack",
"main": "dist/binarypack.cjs",
"module": "dist/binarypack.mjs",
"source": "lib/binarypack.ts",
"types": "dist/binarypack.d.ts",
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/binarypack.d.ts",
"default": "./dist/binarypack.mjs"
},
"require": {
"types": "./dist/binarypack.d.ts",
"default": "./dist/binarypack.cjs"
}
}
},
"scripts": {
"watch": "parcel watch",
"build": "parcel build",
"test": "jest",
"coverage": "jest --coverage",
"format": "prettier --write .",
"lint": "eslint --ext .js,.ts .",
"check": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "https://github.com/peers/js-binarypack"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/peer"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/peer"
},
"author": "Eric Zhang",
"contributors": [
{
"name": "Eric Zhang",
"email": "really.ez@gmail.com"
},
{
"name": "Jonas Gloning",
"email": "34194370+jonasgloning@users.noreply.github.com"
},
{
"name": "afrokick",
"email": "devbyru@gmail.com"
},
{
"name": "manvalls",
"email": "manolo@chatiku.com"
},
{
"name": "Michelle Bu",
"email": "michelle@michellebu.com"
},
{
"name": "Liu Cong",
"email": "leehom2001@gmail.com"
},
{
"name": "Michelle Bu",
"email": "michelle@stripe.com"
},
{
"name": "lmb",
"email": "i@lmb.io"
},
{
"name": "orcaman",
"email": "orhiltch@gmail.com"
},
{
"name": "Godfrey Chan",
"email": "godfreykfc@gmail.com"
},
{
"name": "Jarrett Cruger",
"email": "jcrugzz@gmail.com"
},
{
"name": "Rossi Lorenzo",
"email": "snowycoder@gmail.com"
},
{
"name": "divec",
"email": "david@troi.org"
},
{
"name": "renovate[bot]",
"email": "29139614+renovate[bot]@users.noreply.github.com"
}
],
"devDependencies": {
"@parcel/packager-ts": "^2.8.3",
"@parcel/transformer-typescript-types": "^2.8.3",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@swc/core": "^1.3.35",
"@swc/jest": "^0.2.24",
"@types/jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"eslint": "^8.34.0",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"parcel": "^2.8.3",
"prettier": "^2.8.4",
"semantic-release": "^20.1.0",
"typescript": "^4.9.5"
},
"license": "MIT",
"engines": {
"node": ">= 14.0.0"
}
}

@@ -1,6 +0,8 @@

BinaryPack for Javascript browsers
========
# BinaryPack
BinaryPack is 95% MessagePack. The protocol has been extended to support distinct string and binary types.
Inspired by: https://github.com/cuzic/MessagePack-JS
This library is mainly used by [PeerJS](https://peerjs.com) to transfer objects via data channels.
Bug reports and fixes are welcome, but we are unlikely to implement new features.
Inspired by: https://github.com/cuzic/MessagePack-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