New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@swp/swipe-sdk

Package Overview
Dependencies
Maintainers
2
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swp/swipe-sdk - npm Package Compare versions

Comparing version 0.9.2 to 0.10.0

build/index.d.ts

70

package.json
{
"name": "@swp/swipe-sdk",
"version": "0.9.2",
"version": "0.10.0",
"description": "",
"private": false,
"main": "dist/main.js",
"publishConfig": {
"access": "public"
},
"isBundle": false,
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "bsb -make-world && rollup -c",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"bundle": "rollup -c"
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "mocha -r ts-node/register './{,!(node_modules)/**}/*.test.ts'"
},

@@ -18,20 +17,49 @@ "keywords": [

"swipe",
"cryptocurrency",
"ledger",
"wallet",
"sdk"
"sdk",
"fintech"
],
"author": "Ítalo Nascimento <italo.nascimento@swipecoin.com.br>",
"publishConfig": {
"access": "public"
},
"author": {
"name": "Swipe",
"url": "https://www.swipetech.io"
},
"contributors": [
{
"name": "Eduardo Nuzzi",
"email": "eduardo@swipetech.io"
},
{
"name": "Thiago Souza",
"email": "thiago@swipetech.io"
},
{
"name": "Alex Silva",
"email": "alex@swipetech.io"
}
],
"license": "ISC",
"devDependencies": {
"bs-platform": "^4.0.18",
"rollup": "^0.62.0",
"rollup-plugin-commonjs": "^9.1.6",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^3.4.0"
"@types/chai": "4.2.0",
"@types/crypto-js": "3.1.43",
"@types/jsonwebtoken": "8.3.3",
"@types/mocha": "5.2.7",
"@types/node": "12.7.2",
"@types/node-fetch": "2.5.0",
"chai": "4.2.0",
"mocha": "6.2.0",
"nyc": "14.1.1",
"ts-node": "8.3.0",
"typescript": "3.7.4"
},
"dependencies": {
"bs-fetch": "^0.3.0",
"cross-fetch": "^2.2.2",
"crypto-js": "^3.1.9-1",
"eventsource": "^1.0.6"
"axios": "^0.19.2",
"class-validator": "^0.11.0",
"bitcoinjs-lib": "^5.1.7",
"crypto-js": "3.1.9-1",
"jsonwebtoken": "8.5.1"
}
}
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