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

ng2-dnd

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-dnd - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

4

config/webpack.test.js

@@ -32,3 +32,3 @@ /**

test: /\.ts$/,
loader: 'tslint',
loader: 'tslint-loader',
exclude: [helpers.root('node_modules')]

@@ -81,3 +81,3 @@ }, {

*/
tslint: {
'tslint-loader': {
emitErrors: false,

@@ -84,0 +84,0 @@ failOnHint: false,

{
"name": "ng2-dnd",
"description": "Angular 2 Drag-and-Drop without dependencies",
"version": "2.1.1",
"version": "2.2.0",
"scripts": {

@@ -35,12 +35,12 @@ "test": "karma start",

"peerDependencies": {
"@angular/core": "^2.0.0"
"@angular/core": "^2.4.4"
},
"devDependencies": {
"@angular/common": "^2.1.2",
"@angular/compiler": "^2.1.2",
"@angular/compiler-cli": "^2.1.2",
"@angular/core": "^2.1.2",
"@angular/platform-browser": "^2.1.2",
"@angular/platform-browser-dynamic": "^2.1.2",
"@angular/platform-server": "^2.1.2",
"@angular/common": "^2.4.4",
"@angular/compiler": "^2.4.4",
"@angular/compiler-cli": "^2.4.4",
"@angular/core": "^2.4.4",
"@angular/platform-browser": "^2.4.4",
"@angular/platform-browser-dynamic": "^2.4.4",
"@angular/platform-server": "^2.4.4",
"@types/hammerjs": "2.0.33",

@@ -50,3 +50,3 @@ "@types/jasmine": "2.5.37",

"awesome-typescript-loader": "2.2.4",
"codelyzer": "1.0.0-beta.3",
"codelyzer": "2.0.0-beta.2",
"commitizen": "2.8.6",

@@ -65,14 +65,14 @@ "core-js": "2.4.1",

"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"karma-webpack": "^2.0.1",
"loader-utils": "~0.2.16",
"reflect-metadata": "0.1.8",
"rxjs": "^5.0.1",
"rxjs": "^5.0.3",
"semantic-release": "4.3.5",
"source-map-loader": "0.1.5",
"ts-helpers": "1.1.2",
"tslint": "3.15.1",
"tslint-loader": "2.1.5",
"tslint": "~4.0.0",
"tslint-loader": "3.3.0",
"typescript": "2.0.10",
"webpack": "2.1.0-beta.25",
"zone.js": "^0.7.2"
"webpack": "2.2.0",
"zone.js": "^0.7.6"
},

@@ -84,2 +84,2 @@ "config": {

}
}
}

@@ -35,6 +35,3 @@ # Angular 2 Drag-and-Drop [![npm version](https://badge.fury.io/js/ng2-dnd.svg)](https://badge.fury.io/js/ng2-dnd) [![npm monthly downloads](https://img.shields.io/npm/dm/ng2-dnd.svg?style=flat-square)](https://www.npmjs.com/package/ng2-dnd)

map: {
'ng2-dnd': 'node_modules/ng2-dnd'
},
packages: {
'ng2-dnd': { defaultExtension: 'js' },
'ng2-dnd': 'node_modules/ng2-dnd/bundles/index.umd.js'
}

@@ -44,5 +41,4 @@ });

#### 1. Update the markup
#### 1. Add the default styles
- Import the `style.css` into your web page
- Add `<ng2-dnd></ng2-dnd>` tag in template of your application component.

@@ -49,0 +45,0 @@ #### 2. Import the `DndModule`

@@ -14,3 +14,2 @@ {

"label-position": true,
"label-undefined": true,
"member-access": false,

@@ -29,3 +28,2 @@ "no-arg": true,

"no-debugger": true,
"no-duplicate-key": true,
"no-duplicate-variable": true,

@@ -39,4 +37,2 @@ "no-empty": false,

"no-unused-variable": true,
"no-unreachable": true,
"no-use-before-declare": true,
"object-literal-sort-keys": false,

@@ -69,10 +65,6 @@ "one-line": [

"variable-name": false,
"directive-selector-type": [
true,
"attribute"
],
"component-selector-type": [
true,
"element"
],
// The rule have the following arguments:
// [ENABLED, "attribute" | "element", "selectorPrefix" | ["listOfPrefixes"], "camelCase" | "kebab-case"]
"directive-selector": [true, "attribute", "", "kebab-case"],
"component-selector": [true, "element", "", "kebab-case"],
"use-input-property-decorator": true,

@@ -79,0 +71,0 @@ "use-output-property-decorator": true,

@@ -39,3 +39,3 @@ /**

test: /\.ts$/,
loader: 'tslint',
loader: 'tslint-loader',
exclude: [helpers.root('node_modules')]

@@ -42,0 +42,0 @@ }, {

Sorry, the diff of this file is too big to display

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