Socket
Socket
Sign inDemoInstall

alga-news-sdk

Package Overview
Dependencies
2
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.3 to 1.3.4

dist/hooks/useEntries.d.ts

5

package.json
{
"name": "alga-news-sdk",
"version": "1.3.3",
"version": "1.3.4",
"description": "SDK para aplicações que envolvem API da AlgaNews em React",

@@ -10,3 +10,4 @@ "main": "dist/index.js",

"openapi:build": "openapi-typescript ./openapi.yml --output ./@types/OpenAPI.d.ts",
"build": "tsc -p tsconfig.json",
"build": "node build",
"tsc:build": "tsc -p tsconfig.json",
"prepublish": "tsc -p tsconfig.json"

@@ -13,0 +14,0 @@ },

33

tsconfig.json
{
"compilerOptions": {
"target": "ES2015",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"allowJs": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"declaration": true,
"outDir": "dist",
"rootDir": "./src",
"jsx": "react"
"outDir": "dist/",
"lib": [
"es7",
"dom"
]
},
"include": [
"./src/**/*"
],
"exclude": [
"node_modules",
"dist"
"src/"
]
}
}
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