Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zone-file

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zone-file - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0-beta.0

dist/index.d.ts

44

package.json
{
"name": "zone-file",
"version": "1.0.0",
"version": "2.0.0-beta.0",
"description": "A DNS zone file parser and generator",
"main": "lib/index",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"compile": "rm -rf lib; babel src -d lib",
"flow": "flow",
"prepublish": "npm run compile",
"lint": "eslint src",
"test": "npm run lint && npm run compile && npm run flow && node lib/testing/unitTests.js"
"start": "tsdx watch",
"build": "tsdx build --format cjs",
"test": "tsdx test --coverage",
"lint": "tsdx lint",
"prepare": "npm run build",
"codecovUpload": "codecov"
},
"prettier": {
"printWidth": 120,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"repository": {

@@ -38,2 +53,5 @@ "type": "git",

{
"name": "Matthew Little"
},
{
"name": "Elgs Chen"

@@ -71,12 +89,6 @@ },

"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/preset-flow": "^7.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.11.1",
"eslint-plugin-flowtype": "^3.2.0",
"flow-bin": "^0.89.0",
"tape": "^4.5.1"
"codecov": "^3.8.1",
"tsdx": "^0.14.1",
"typescript": "^4.1.3"
}
}
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