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

@rws-air/tslint-config

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rws-air/tslint-config - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

dist/index.d.ts

33

package.json
{
"name": "@rws-air/tslint-config",
"version": "1.0.1",
"version": "2.0.0",
"description": "Standard TSLint config for all AIR apps written in TypeScript",
"main": "tslint.js",
"author": "@rws-air",
"license": "AGPL-3.0-or-later",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"repository": {
"type": "git",
"url": "git+https://github.com/rws-nl/air-node-packages.git"
},
"bugs": {
"url": "https://github.com/rws-nl/air-node-packages/issues"
},
"engines": {
"node": ">=8",
"npm": ">=5"
},
"homepage": "https://github.com/rws-nl/packages/tslint-config#readme",
"keywords": [

@@ -17,10 +31,11 @@ "tslint",

"scripts": {
"build": "terser -cmo tslint.js -- ./config/tslint.config.js",
"lint": "eslint src --fix --ext .ts,.tsx",
"test": "yarn lint",
"prebuild": "yarn lint",
"build": "rollup -c rollup.config.js",
"start": "yarn build -w",
"prepublishOnly": "yarn build"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"tslint.js"
"dist"
],

@@ -30,5 +45,3 @@ "peerDependencies": {

},
"devDependencies": {
"terser": "^4.0.0"
}
"gitHead": "311e33a3661511bc9a4267ef6f6ec3b4ee0d6333"
}
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