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

angular-sortablejs

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-sortablejs - npm Package Compare versions

Comparing version 1.3.0-0 to 1.3.0

2

dist/src/sortablejs.directive.d.ts
import { ElementRef, OnInit, OnChanges, OnDestroy, NgZone, SimpleChanges } from '@angular/core';
import { FormArray } from '@angular/forms';
import { SortablejsOptions } from '../index';
import { SortablejsOptions } from './sortablejs-options';
export declare class SortablejsDirective implements OnInit, OnChanges, OnDestroy {

@@ -5,0 +5,0 @@ private element;

"use strict";
var core_1 = require('@angular/core');
var forms_1 = require('@angular/forms');
var index_1 = require('../index');
var sortablejs_module_1 = require('./sortablejs.module');
// Sortable

@@ -49,3 +49,3 @@ var Sortable = require('sortablejs');

get: function () {
return Object.assign({}, index_1.SortablejsModule._globalOptions, this.inputOptions, this.overridenOptions);
return Object.assign({}, sortablejs_module_1.SortablejsModule._globalOptions, this.inputOptions, this.overridenOptions);
},

@@ -52,0 +52,0 @@ enumerable: true,

{
"name": "angular-sortablejs",
"version": "1.3.0-0",
"version": "1.3.0",
"description": "SortableJS for Angular 2+",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

Sorry, the diff of this file is not supported yet

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