Socket
Socket
Sign inDemoInstall

@skypilot/steampress

Package Overview
Dependencies
52
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.3.2

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## <small>1.3.2 (2020-01-30)</small>
* Automatically publish master & edge releases ([82c12d1](https://github.com/skypilotcc/steampress/commit/82c12d1))
* refactor: Update all dependencies ([ec1c1ff](https://github.com/skypilotcc/steampress/commit/ec1c1ff))
* refactor: Update Toolchain tooling configs ([63f8d70](https://github.com/skypilotcc/steampress/commit/63f8d70))
## <small>1.3.1 (2019-12-07)</small>

@@ -2,0 +10,0 @@

28

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/skypilotcc/steampress#readme",
"version": "1.3.1",
"version": "1.3.2",
"main": "lib/index.js",

@@ -30,11 +30,11 @@ "author": {

"dependencies": {
"@skypilot/sugarbowl": "^1.0.1",
"@skypilot/sugarbowl": "^1.3.1",
"convert-excel-to-json": "^1.6.1"
},
"devDependencies": {
"@skypilot/common-types": "^0.3.0",
"@skypilot/toolchain": "^1.1.1",
"bumped": "^0.12.0",
"bumped-changelog": "^0.3.12",
"bumped-finepack": "^0.3.0",
"@skypilot/common-types": "^0.5.0",
"@skypilot/toolchain": "^1.5.1",
"bumped": "^0.12.2",
"bumped-changelog": "^0.3.13",
"bumped-finepack": "^0.3.1",
"bumped-terminal": "^0.7.8"

@@ -47,16 +47,22 @@ },

"all-ci-checks": "yarn run all-cq-checks && yarn run build",
"all-cq-checks": "yarn run check-types && yarn run lint --quiet && yarn test",
"all-cq-checks": "yarn run typecheck && yarn run lint --quiet && yarn test",
"build": "rm -rf lib && yarn run compile-ts",
"check-types": "tsc",
"ci": "yarn run all-ci-checks",
"compile-ts": "babel ./src --out-dir ./lib --extensions .ts --ignore '**/*.test.ts'",
"compile-ts": "babel ./src --out-dir ./lib --extensions .ts --ignore '**/__tests__/*' --ignore '**/*.d.ts' && yarn run generate-typings",
"cq": "yarn run all-cq-checks",
"generate-typings": "tsc --project tsconfig.generate-typings.json",
"lint": "eslint --cache '**/*.{js,ts}'",
"prepublishOnly": "yarn run check-types && yarn run lint --quiet && yarn test && yarn run build && yarn run generate-typings",
"test": "jest"
"prepublishOnly": "yarn run typecheck && yarn run lint --quiet && yarn test && yarn run build",
"publish:default": "yarn publish --non-interactive",
"tc": "yarn run typecheck",
"test": "jest",
"typecheck": "tsc"
},
"private": false,
"license": "ISC",
"publishConfig": {
"access": "public"
},
"types": "lib/index.d.ts"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc