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

knode-awx

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knode-awx - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

dist/Api/Api.d.ts

17

package.json

@@ -7,6 +7,16 @@ {

"type": "module",
"version": "0.0.7",
"version": "0.0.8",
"devDependencies": {
"@babel/preset-env": "^7.24.7",
"@types/jest": "^29.5.12",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"typescript": "^5.4.5"
},
"files": [
"dist/**/*"
],
"repository": {

@@ -17,3 +27,6 @@ "type": "git",

"scripts": {
"clean": "rm -r ./dist"
"clean": "rm -r ./dist & rm -r ./coverage",
"test": "jest",
"build": "tsc && tsc-alias",
"build:watch": "tsc && (tsc -w & tsc-alias -w)"
},

@@ -20,0 +33,0 @@ "author": {

@@ -34,2 +34,13 @@ # node-awx

```
## Run Test
```bash
// desactivate TLS REJECT FOR LOCALHOST TEST
export NODE_TLS_REJECT_UNAUTHORIZED=0
// AWX URL default value : http://localhost:8043
$ export AWX_TOKEN="TOKEN_AWX"; npm run test
// or
$ export AWX_TOKEN="TOKEN_AWX"; export AWX_URL="https://url.com"; npm run test
```
.idea/modules.xml
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