Socket
Socket
Sign inDemoInstall

@pokusew/pcsclite

Package Overview
Dependencies
15
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.17 to 0.4.18

LICENSE.md

26

package.json
{
"name": "@pokusew/pcsclite",
"version": "0.4.17",
"version": "0.4.18",
"description": "Bindings over PC/SC to access Smart Cards",
"keywords": [
"nfc",
"pcsc",
"pcsclite",
"nfc",
"smartcards"

@@ -16,3 +16,13 @@ ],

"license": "ISC",
"author": "Santiago Gimeno <santiago.gimeno@gmail.com>",
"author": {
"name": "Santiago Gimeno",
"email": "santiago.gimeno@gmail.com",
"url": "https://github.com/santigimeno"
},
"contributors": [
{
"name": "Martin Endler",
"url": "https://github.com/pokusew"
}
],
"main": "lib/pcsclite.js",

@@ -31,11 +41,11 @@ "directories": {

"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.5.1"
"bindings": "^1.3.0",
"nan": "^2.7.0"
},
"devDependencies": {
"mocha": "^3.2.0",
"should": "^11.1.2",
"sinon": "^1.17.7"
"mocha": "^3.5.0",
"should": "^12.0.0",
"sinon": "^3.2.1"
},
"gypfile": true
}

@@ -37,2 +37,3 @@ # node-pcsclite

- [Can I use this library in my Electron app?](#can-i-use-this-library-in-my-electron-app)
- [License](#license)

@@ -148,3 +149,3 @@ <!-- END doctoc generated TOC please keep comment here to allow auto update -->

It frees the resources associated with this PCSCLite instance. At a low level it calls [`SCardCancel`](http://pcsclite.alioth.debian.org/pcsc-lite/node21.html) so it stops watching for new readers.
It frees the resources associated with this PCSCLite instance. At a low level it calls [`SCardCancel`](https://pcsclite.alioth.debian.org/api/group__API.html#gaacbbc0c6d6c0cbbeb4f4debf6fbeeee6) so it stops watching for new readers.

@@ -167,3 +168,3 @@

* *status* `Object`.
* *state* The current status of the card reader as returned by [`SCardGetStatusChange`](http://pcsclite.alioth.debian.org/pcsc-lite/node20.html)
* *state* The current status of the card reader as returned by [`SCardGetStatusChange`](https://pcsclite.alioth.debian.org/api/group__API.html#ga33247d5d1257d59e55647c3bb717db24)
* *atr* ATR of the card inserted (if any)

@@ -226,7 +227,7 @@

### Can I use this library in my [Electron](http://electron.atom.io/) app?
### Can I use this library in my [Electron](https://electron.atom.io/) app?
**Yes, you can!** It works well.
But please read carefully [Using Native Node Modules](http://electron.atom.io/docs/tutorial/using-native-node-modules/) guide in Electron documentation to fully understand the problematic.
But please read carefully [Using Native Node Modules](https://electron.atom.io/docs/tutorial/using-native-node-modules/) guide in Electron documentation to fully understand the problematic.

@@ -237,1 +238,5 @@ **Note**, that because of Node Native Modules, you must build your app on target platform (you must run Windows build on Windows machine, etc.).

For macOS and Linux build, there are plenty of services to choose from, for example [CircleCI](https://circleci.com/), [Travis CI](https://travis-ci.com/) [CodeShip](https://codeship.com/).
## License
[ISC](/LICENSE.md)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc