Comparing version 2.2.0 to 2.2.1
@@ -129,2 +129,5 @@ 'use strict'; | ||
float32: function float32() { | ||
return [float, { bits: 32 }]; | ||
}, | ||
float64: function float64() { | ||
@@ -131,0 +134,0 @@ return [float, { bits: 64 }]; |
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1901
73588
7