Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@allthings/sdk

Package Overview
Dependencies
Maintainers
9
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@allthings/sdk - npm Package Compare versions

Comparing version 0.5.3 to 0.5.5

2

dist/src/utils/functional.d.ts

@@ -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;

34

package.json
{
"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

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