Socket
Socket
Sign inDemoInstall

sse4_crc32

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sse4_crc32 - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

.travis.yml

75

package.json
{
"name": "sse4_crc32",
"description": "Hardware-accelerated CRC32 based on Intel Streaming SIMD Extensions 4.2",
"keywords": [
"crc",
"crc32",
"crc32c",
"sse",
"sse4",
"sse4.2",
"error detection"
],
"version": "3.1.0",
"author": "Anand Suresh <anandsuresh@gmail.com> (https://github.com/anandsuresh)",
"license":"MIT",
"repository": {
"type": "git",
"url": "https://github.com/anandsuresh/sse4_crc32"
},
"bugs": {
"url": "https://github.com/anandsuresh/sse4_crc32/issues"
},
"engines": {
"node": ">=0.8.16"
},
"main": "./sse4_crc32",
"dependencies": {
"node-gyp": "^1.0.2",
"bindings": "~1.2.1",
"nan": "^1.7.0"
},
"devDependencies": {
"tap": ">=0.4.0",
"crc32": ">=0.2.1"
},
"scripts": {
"test": "tap test/*test.js"
}
"name": "sse4_crc32",
"description": "Hardware-accelerated CRC-32C with software fallback",
"keywords": [
"crc",
"crc32",
"crc32c",
"sse",
"sse4",
"sse4.2",
"error detection"
],
"version": "3.1.1",
"author": "Anand Suresh <anandsuresh@gmail.com> (https://github.com/anandsuresh)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anandsuresh/sse4_crc32"
},
"bugs": {
"url": "https://github.com/anandsuresh/sse4_crc32/issues"
},
"engines": {
"node": ">=0.8"
},
"main": "./sse4_crc32",
"dependencies": {
"node-gyp": "^1.0.2",
"bindings": "~1.2.1",
"nan": "^1.7.0"
},
"devDependencies": {
"mocha": ">=2.1.0",
"chai": ">=2.0.0",
"crc32": ">=0.2.1"
},
"scripts": {
"test": "mocha test/*test.js"
}
}

@@ -1,2 +0,2 @@

# SSE4-CRC32
# SSE4-CRC32 [![Build Status](https://travis-ci.org/Voxer/sse4_crc32.svg?branch=master)](https://travis-ci.org/Voxer/sse4_crc32) [![npm version](https://badge.fury.io/js/sse4_crc32.svg)](http://badge.fury.io/js/sse4_crc32)

@@ -3,0 +3,0 @@ Starting with the Nehalam series, Intel processors feature the Streaming SIMD Extensions instruction set which

Sorry, the diff of this file is not supported yet

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