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.1.3 to 1.2.0

dist/hooks/useEntries.d.ts

12

package.json
{
"name": "alga-news-sdk",
"version": "1.1.3",
"version": "1.2.0",
"description": "SDK para aplicações que envolvem API da AlgaNews em React",
"main": "index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"openapi:build": "openapi-typescript ./openapi.yml --output ./@types/OpenAPI.d.ts"
"openapi:build": "openapi-typescript ./openapi.yml --output ./@types/OpenAPI.d.ts",
"build": "tsc -p tsconfig.json",
"prepublish": "tsc -p tsconfig.json"
},

@@ -18,4 +21,5 @@ "author": "alga-news",

"@types/react": "^17.0.0",
"openapi-typescript": "^2.4.2"
"openapi-typescript": "^2.4.2",
"typescript": "^4.1.3"
}
}
{
"compilerOptions": {
"target": "es5",
"target": "ES2015",
"lib": [

@@ -19,10 +19,14 @@ "dom",

"noEmit": true,
"declaration": true,
"outDir": "dist",
"rootDir": "./src",
"jsx": "react"
},
"include": [
"./"
"./src/**/*"
],
"exclude": [
"node_modules"
"node_modules",
"dist"
]
}
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