lightrail-stripe
Advanced tools
Comparing version 0.0.4 to 1.0.0
{ | ||
"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" | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
19310
1
13
1
+ Addedlightrail-client@1.2.1(transitive)
- Removedlightrail-client@1.1.2
- Removedlightrail-client@1.1.2(transitive)