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

membuffers

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

membuffers - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/builder.d.ts

38

package.json
{
"name": "membuffers",
"version": "0.0.1",
"version": "0.0.2",
"description": "High performance memory efficient serialization library with direct wire access",
"main": "membuffers.js",
"main": "dist/membuffers.js",
"browser": "dist/membuffers-web.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && npm run build-webpack && npm run types",
"types": "tsc -p tsconfig-for-types.json",
"build-webpack": "webpack -p",
"test": "jest"

@@ -24,11 +33,26 @@ },

"devDependencies": {
"babel-core": "^6.26.3",
"babel-jest": "^23.6.0",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-typescript": "^7.1.0",
"@babel/runtime": "^7.2.0",
"@types/jest": "^23.3.9",
"@types/node": "^10.12.2",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.5",
"babel-preset-env": "^1.7.0",
"jest": "^23.6.0",
"regenerator-runtime": "^0.12.1"
"jest": "^24.5.0",
"regenerator-runtime": "^0.12.1",
"rimraf": "^3.0.0",
"typescript": "^3.6.3",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8"
},
"dependencies": {
"text-encoding": "^0.6.4"
"@babel/preset-env": "^7.5.5",
"fast-text-encoding": "^1.0.0",
"text-encoding": "^0.7.0"
}
}
.babelrc
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