@altack/ninja-splitter
Advanced tools
Comparing version 0.0.8 to 0.0.10
@@ -19,3 +19,3 @@ // Karma configuration file, see link for more information | ||
coverageIstanbulReporter: { | ||
dir: require('path').join(__dirname, '../../coverage/ninja-splitter'), | ||
dir: require('path').join(__dirname, '../../coverage/ninja-split'), | ||
reports: ['html', 'lcovonly', 'text-summary'], | ||
@@ -22,0 +22,0 @@ fixWebpackSourcePaths: true |
{ | ||
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json", | ||
"dest": "../../dist/ninja-splitter", | ||
"dest": "../../dist/ninja-split", | ||
"lib": { | ||
"entryFile": "src/public-api.ts" | ||
} | ||
} | ||
} |
{ | ||
"name": "@altack/ninja-splitter", | ||
"version": "0.0.8", | ||
"version": "0.0.10", | ||
"description": "Convenient and easy to use splitter component for Angular 9+", | ||
"scripts": { | ||
"clean": "rm -rf || rmdir /s lib compiled", | ||
"watch": "tsc -p src -w", | ||
"prepublishOnly": "npm run build", | ||
"build": "npm run clean && ../../node_modules/.bin/ngc -p ../../tsconfig.json" | ||
}, | ||
"repository": { | ||
"url": "https://github.com/guzmanoj/ninja-splitter/tree/master/projects/ninja-splitter" | ||
"url": "https://github.com/guzmanoj/ninja-splitter/tree/master/projects/ninja-split" | ||
}, | ||
"keywords": [ | ||
"Angular", | ||
"Splitter", | ||
"Split", | ||
"Split pane", | ||
"Split view", | ||
"Split frame" | ||
], | ||
"author": { | ||
"name": "Jose Guzman", | ||
"email": "guzmanoj@altack.com" | ||
}, | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"@angular/common": "^10.2.4", | ||
"@angular/core": "^10.2.4" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.0.0" | ||
"typescript": "^3.9.7", | ||
"@angular/animations": "^10.2.3", | ||
"@angular/common": "^10.2.3", | ||
"@angular/compiler": "^10.2.3", | ||
"@angular/compiler-cli": "^10.2.3", | ||
"@angular/core": "^10.2.3", | ||
"@angular/forms": "^10.2.3", | ||
"@angular/http": "^7.2.16", | ||
"@angular/platform-browser": "^10.2.3", | ||
"@angular/platform-browser-dynamic": "^10.2.3", | ||
"@angular/platform-server": "^10.2.3", | ||
"@types/node": "^14.14.16", | ||
"zone.js": "^0.11.3" | ||
} | ||
} |
@@ -6,3 +6,3 @@ # ninja-splitter | ||
Forked from https://github.com/iSerganov/ninja-splitter | ||
Inspired by https://github.com/wannabegeek/ng2-split-pane. (Can be used up to Angular 8) | ||
@@ -9,0 +9,0 @@ There are 2 types of split panes: `horizontal-ninja` and `vertical-ninja` |
/* To learn more about this file see: https://angular.io/config/tsconfig. */ | ||
{ | ||
"extends": "../../tsconfig.json", | ||
"extends": "../../tsconfig.base.json", | ||
"compilerOptions": { | ||
"outDir": "../../out-tsc/lib", | ||
"target": "es2015", | ||
"target": "es2019", | ||
"module": "es2020", | ||
"declaration": true, | ||
"declarationMap": true, | ||
"inlineSources": true, | ||
"removeComments": true, | ||
"types": [], | ||
@@ -18,4 +19,4 @@ "lib": [ | ||
"skipTemplateCodegen": true, | ||
"strictMetadataEmit": true, | ||
"enableResourceInlining": true | ||
"enableResourceInlining": true, | ||
"skipMetadataEmit": true | ||
}, | ||
@@ -22,0 +23,0 @@ "exclude": [ |
/* To learn more about this file see: https://angular.io/config/tsconfig. */ | ||
{ | ||
"extends": "./tsconfig.lib.json", | ||
"compilerOptions": { | ||
"declarationMap": false | ||
}, | ||
"angularCompilerOptions": { | ||
@@ -8,0 +5,0 @@ "enableIvy": false |
/* To learn more about this file see: https://angular.io/config/tsconfig. */ | ||
{ | ||
"extends": "../../tsconfig.json", | ||
"extends": "../../tsconfig.base.json", | ||
"compilerOptions": { | ||
@@ -5,0 +5,0 @@ "outDir": "../../out-tsc/spec", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
0
1
7719
13
9
98
1
+ Added@angular/animations@10.2.5(transitive)
+ Added@angular/common@7.2.16(transitive)
+ Added@angular/compiler@10.2.5(transitive)
+ Added@angular/compiler-cli@10.2.5(transitive)
+ Added@angular/core@7.2.16(transitive)
+ Added@angular/forms@10.2.5(transitive)
+ Added@angular/http@7.2.16(transitive)
+ Added@angular/platform-browser@10.2.57.2.16(transitive)
+ Added@angular/platform-browser-dynamic@10.2.5(transitive)
+ Added@angular/platform-server@10.2.5(transitive)
+ Added@types/node@14.18.63(transitive)
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedanymatch@3.1.3(transitive)
+ Addedbinary-extensions@2.3.0(transitive)
+ Addedbraces@3.0.3(transitive)
+ Addedcanonical-path@1.0.0(transitive)
+ Addedchokidar@3.6.0(transitive)
+ Addedcliui@7.0.4(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedconvert-source-map@1.9.0(transitive)
+ Addeddependency-graph@0.7.2(transitive)
+ Addeddomino@2.1.6(transitive)
+ Addedemoji-regex@8.0.0(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedfill-range@7.1.1(transitive)
+ Addedfs-extra@4.0.2(transitive)
+ Addedfsevents@2.3.3(transitive)
+ Addedget-caller-file@2.0.5(transitive)
+ Addedglob-parent@5.1.2(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedis-binary-path@2.1.0(transitive)
+ Addedis-extglob@2.1.1(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedis-glob@4.0.3(transitive)
+ Addedis-number@7.0.0(transitive)
+ Addedjsonfile@4.0.0(transitive)
+ Addedmagic-string@0.25.9(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addednormalize-path@3.0.0(transitive)
+ Addedpicomatch@2.3.1(transitive)
+ Addedreaddirp@3.6.0(transitive)
+ Addedreflect-metadata@0.1.14(transitive)
+ Addedrequire-directory@2.1.1(transitive)
+ Addedsemver@6.3.1(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsourcemap-codec@1.4.8(transitive)
+ Addedstring-width@4.2.3(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedto-regex-range@5.0.1(transitive)
+ Addedtypescript@3.9.10(transitive)
+ Addeduniversalify@0.1.2(transitive)
+ Addedwrap-ansi@7.0.0(transitive)
+ Addedxhr2@0.2.1(transitive)
+ Addedy18n@5.0.8(transitive)
+ Addedyargs@16.2.0(transitive)
+ Addedyargs-parser@20.2.9(transitive)
+ Addedzone.js@0.11.80.8.29(transitive)
- Removedtslib@^2.0.0