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

lightrail-stripe

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lightrail-stripe - npm Package Compare versions

Comparing version 0.0.4 to 1.0.0

9

package.json
{
"name": "lightrail-stripe",
"version": "0.0.4",
"version": "1.0.0",
"description": "A Javascript and Typescript library for creating Lightrail-Stripe integrated applications.",

@@ -14,3 +14,3 @@ "main": "dist/index.js",

"lint": "tslint --project tsconfig.json",
"prepublishOnly": "npm run clean && npm run build && npm run lint && npm run test",
"prepublishOnly": "npm run clean && npm run build && npm run lint",
"test": "mocha --timeout 5000 --recursive --throw-deprecation --require ts-node/register --require dotenv/config \"src/**/*.test.ts\""

@@ -41,2 +41,3 @@ },

"dotenv": "^4.0.0",
"mocha": "^4.0.1",
"rimraf": "^2.6.2",

@@ -48,6 +49,8 @@ "ts-node": "^3.3.0",

"dependencies": {
"lightrail-client": "1.1.2",
"stripe": "^5.3.0",
"uuid": "^3.1.0"
},
"peerDependencies": {
"lightrail-client": "1.2.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