Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@nativescript/tslint-rules

Package Overview
Dependencies
Maintainers
15
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nativescript/tslint-rules - npm Package Compare versions

Comparing version
0.0.2
to
0.0.3
+22
CHANGELOG.md
## 0.0.3 (2019-08-05)
### Bug Fixes
- **prefer-mapped-imports:** reexport from the main entry point ([8255b47](https://github.com/NativeScript/nativescript-tslint-rules/commit/8255b47))
- normalize windows to require-able paths ([687cacd](https://github.com/NativeScript/nativescript-tslint-rules/commit/687cacd))
### Features
- add prefer-mapped-imports rule ([cf4ab79](https://github.com/NativeScript/nativescript-tslint-rules/commit/cf4ab79))
## 0.0.2
### Bug Fixes
- **prefer-mapped-imports:** normalize windows to require-able paths ([687cacd](https://github.com/NativeScript/nativescript-tslint-rules/commit/687cacd))
## 0.0.1
### Features
- add prefer-mapped-imports rule ([cf4ab79](https://github.com/NativeScript/nativescript-tslint-rules/commit/cf4ab79))
+1
-1

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

export { Rule as PreferMappedImportsRule } from "./preferMappedImportsRule";
export { Rule as PreferMappedImportsRule, RemapOptions, RuleArgs, parseCompilerOptions } from "./preferMappedImportsRule";
export declare const rulesDirectory = ".";

@@ -3,0 +3,0 @@ export declare const rules: {

Object.defineProperty(exports, "__esModule", { value: true });
var preferMappedImportsRule_1 = require("./preferMappedImportsRule");
exports.PreferMappedImportsRule = preferMappedImportsRule_1.Rule;
exports.parseCompilerOptions = preferMappedImportsRule_1.parseCompilerOptions;
exports.rulesDirectory = ".";

@@ -5,0 +6,0 @@ exports.rules = {

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

{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,qEAA4E;AAAnE,4DAAA,IAAI,CAA2B;AAE3B,QAAA,cAAc,GAAG,GAAG,CAAC;AACrB,QAAA,KAAK,GAAG;IACjB,uBAAuB,EAAE,CAAC,IAAI,CAAC;CAClC,CAAC"}
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,qEAKmC;AAJ/B,4DAAA,IAAI,CAA2B;AAG/B,yDAAA,oBAAoB,CAAA;AAGX,QAAA,cAAc,GAAG,GAAG,CAAC;AACrB,QAAA,KAAK,GAAG;IACjB,uBAAuB,EAAE,CAAC,IAAI,CAAC;CAClC,CAAC"}
{
"name": "@nativescript/tslint-rules",
"version": "0.0.2",
"version": "0.0.3",
"description": "A set of TSLint rules for NativeScript projects.",

@@ -35,3 +35,4 @@ "main": "dist/index.js",

"prettier": "prettier --write \"**/*.{js,ts,tsx,json,md}\"",
"prepublishOnly": "npm run build && npm run lint && npm run test"
"prepublishOnly": "npm run build && npm run lint && npm run test",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
},

@@ -48,2 +49,3 @@ "dependencies": {

"@types/node": "11.13.4",
"conventional-changelog-cli": "^2.0.23",
"husky": "^1.3.1",

@@ -50,0 +52,0 @@ "jest": "^24.4.0",