Socket
Socket
Sign inDemoInstall

fcbuffer

Package Overview
Dependencies
4
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.2.1

3

lib/types.js

@@ -129,2 +129,5 @@ 'use strict';

float32: function float32() {
return [float, { bits: 32 }];
},
float64: function float64() {

@@ -131,0 +134,0 @@ return [float, { bits: 64 }];

23

package.json
{
"name": "fcbuffer",
"description": "Serialization library geared towards immutable data storage such as blockchains.",
"version": "2.2.0",
"version": "2.2.1",
"main": "lib/index.js",
"files": [
"README.md",
"docs",
"lib"
],
"license": "MIT",
"scripts": {
"test": "mocha src/index.test.js",
"test": "mocha --use_strict src/index.test.js",
"test_lib": "mocha --exit --use_strict lib/*.test.js",
"coverage": "istanbul cover _mocha -- -R spec src/index.test.js",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"browserify-mocha": "browserify src/index.test.js > mocha/mocha.test.js",
"build": "node_modules/babel-cli/bin/babel.js src --out-dir lib",
"prepublish": "npm run build"
"build": "rm -fr lib && npm run build_lib",
"build_lib": "babel --copy-files src --out-dir lib",
"prepublishOnly": "npm run build && npm run test_lib"
},

@@ -25,8 +32,8 @@ "repository": {

"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-preset-es2015": "6.24.1",
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^3.4.1"
"mocha": "^5.2.0"
},

@@ -33,0 +40,0 @@ "babel": {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc