@allthings/sdk
Advanced tools
Comparing version 0.5.3 to 0.5.5
@@ -0,1 +1,2 @@ | ||
/// <reference types="node" /> | ||
export declare type List<T> = ReadonlyArray<T>; | ||
@@ -5,1 +6,2 @@ export declare const partial: (fn: (...args: any[]) => any, ...partialArgs: any[]) => (...args: any[]) => any; | ||
export declare function until<A, B>(predicate: (value: B, iteration: number) => boolean | Promise<boolean>, transformer: (value: A | B | undefined, iteration: number) => B | Promise<B>, initialValue?: A | B, iterationCount?: number): Promise<B>; | ||
export declare function fnClearInterval(intervalId: NodeJS.Timeout): true; |
{ | ||
"name": "@allthings/sdk", | ||
"version": "0.5.3", | ||
"version": "0.5.5", | ||
"description": "", | ||
@@ -48,11 +48,9 @@ "author": "Allthings GmbH", | ||
"dev": "tsc -w", | ||
"preversion": "git pull && yarn check --integrity && yarn security-check && yarn lint && yarn test", | ||
"preversion": "read -e -p 'This project is setup to automatically publish to NPM. Are you sure you want to manually publish a version? [Yes/n]' YN && [[ $YN == \"yes\" || $YN == \"Yes\" ]] && git pull && yarn check --integrity && yarn security-check && yarn lint && yarn test", | ||
"postversion": "git push --tags origin HEAD", | ||
"prepublishOnly": "npm run lint && npm test && npm run security-check && npm run build", | ||
"precommit": "lint-staged", | ||
"prepublishOnly": "npm run lint && npm run build", | ||
"prettier": "prettier --write", | ||
"security-check": "nsp check", | ||
"upgrade-dependencies": "yarn upgrade-interactive --latest --exact", | ||
"commitmsg": "commitlint -e $GIT_PARAMS", | ||
"semantic-release": "semantic-release -d", | ||
"semantic-release": "echo \"Setting npm unsafe-perm to true due to our Docker/Buildkite root permissions\" && npm set unsafe-perm true && semantic-release", | ||
"serve": "npx serve -l 3333", | ||
@@ -62,6 +60,6 @@ "test:implicit-flow": "open http://localhost:3333/test/fixtures/implicit-flow?clientId=$ALLTHINGS_OAUTH_CLIENT_ID" | ||
"dependencies": { | ||
"bottleneck": "2.12.1", | ||
"bottleneck": "2.12.2", | ||
"cross-fetch": "2.2.2", | ||
"mem": "4.0.0", | ||
"nanoid": "1.3.0", | ||
"nanoid": "1.3.1", | ||
"query-string": "6.2.0" | ||
@@ -75,10 +73,10 @@ }, | ||
"@types/got": "8.3.4", | ||
"@types/jest": "23.3.5", | ||
"@types/jest": "23.3.7", | ||
"@types/mem": "1.1.2", | ||
"@types/nanoid": "1.2.0", | ||
"@types/node": "10.12.0", | ||
"@types/query-string": "6.1.0", | ||
"@types/query-string": "6.1.1", | ||
"coveralls": "3.0.2", | ||
"form-data": "2.3.3", | ||
"husky": "0.14.3", | ||
"husky": "1.1.2", | ||
"jest": "23.6.0", | ||
@@ -97,6 +95,6 @@ "lint-staged": "7.3.0", | ||
"rollup-plugin-terser": "3.0.0", | ||
"semantic-release": "15.10.3", | ||
"semantic-release": "15.10.5", | ||
"ts-jest": "23.10.4", | ||
"tslint": "5.11.0", | ||
"typescript": "3.0.3" | ||
"typescript": "3.1.3" | ||
}, | ||
@@ -163,3 +161,13 @@ "prettier": { | ||
] | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS", | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"release": { | ||
"branch": "master", | ||
"repositoryUrl": "https://github.com/allthings/node-sdk.git" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
686753
47
34592
13
+ Addedbottleneck@2.12.2(transitive)
+ Addednanoid@1.3.1(transitive)
- Removedbottleneck@2.12.1(transitive)
- Removednanoid@1.3.0(transitive)
Updatedbottleneck@2.12.2
Updatednanoid@1.3.1