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

dnslint

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dnslint - npm Package Compare versions

Comparing version 1.1.29 to 1.1.31

12

package.json
{
"name": "dnslint",
"version": "1.1.29",
"version": "1.1.31",
"description": "XYO Internal Domain Tool",

@@ -8,8 +8,8 @@ "main": "dist/index.js",

"scripts": {
"prepare": "yarn build",
"install": "yarn tsc",
"pretest": "yarn install",
"test": "yarn tslint --config tslint.json src/*",
"build": "tsc",
"lint": "yarn tslint --config tslint.json src/**/*.ts",
"test": "yarn lint",
"build": "yarn tsc",
"cli": "node dist/cli.js",
"ajv": "ajv validate -s ./src/schema/dnslint.schema.json -d ./src/config/default.json",
"develop": "yarn ts-node --files src/cli.ts",

@@ -28,3 +28,2 @@ "publish-npm": "yarn publish . --new-version $npm_package_version"

"dependencies": {
"ajv": "^6.10.0",
"assert": "^1.4.1",

@@ -46,2 +45,3 @@ "aws-sdk": "^2.408.0",

"@xyo-network/config-tslint": "^0.1.7",
"ajv": "^6.10.0",
"ts-node": "^8.0.3",

@@ -48,0 +48,0 @@ "tslint": "^5.13.0",

@@ -24,3 +24,3 @@ [logo]: https://cdn.xy.company/img/brand/XY_Logo_GitHub.png

# Start check
dnslint start
dnslint
```

@@ -27,0 +27,0 @@

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

declare module 'html-validator';
declare module 'html-validator'

Sorry, the diff of this file is not supported yet

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