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

@altack/ninja-splitter

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@altack/ninja-splitter - npm Package Compare versions

Comparing version 0.0.8 to 0.0.10

LICENSE

2

karma.conf.js

@@ -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",

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