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

fetch-statuspage

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-statuspage - npm Package Compare versions

Comparing version 1.0.95 to 1.0.105

dist/commonjs/src/apis/ComponentGroupsApi.js

13

package.json
{
"name": "fetch-statuspage",
"version": "1.0.95",
"main": "dist/src/index",
"typings": "dist/src/index",
"version": "1.0.105",
"main": "dist/commonjs/src/index",
"module": "dist/es6/src/index",
"typings": "dist/es6/src/index",
"license": "MIT",

@@ -12,3 +13,3 @@ "scripts": {

"prebuild": "yarn run convert-openapi && yarn run generate-client",
"fast-build": "tsc --project .",
"fast-build": "tsc --project . && tsc --project tsconfig.commonjs.json",
"build": "yarn run fast-build"

@@ -23,3 +24,3 @@ },

"@types/node": "^12.7.5",
"openapi-converter": "^1.0.95",
"openapi-converter": "^1.0.105",
"typescript": "^3.6.2"

@@ -30,3 +31,3 @@ },

},
"gitHead": "e6b83dc57f5e7a0dd298a5d86bd31797e2be848b"
"gitHead": "a4e3e8c39c5fcf232b58a9bd5e7b66cac77a7c7c"
}
{
"extends": "../tsconfig.json",
"compilerOptions": {
"declaration": true,
"sourceMap": true,
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"outDir": "dist",
"typeRoots": [
"node_modules/@types"
]
"outDir": "./dist/es6"
},

@@ -13,0 +6,0 @@ "exclude": [

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