New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

oribella-aurelia-sortable

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oribella-aurelia-sortable - npm Package Compare versions

Comparing version 0.11.1 to 0.11.2

6

dist/amd/oribella-aurelia-sortable.d.ts
import { FrameworkConfiguration } from 'aurelia-framework';
import * as OA from 'oribella';
import * as AS from './auto-scroll';
import * as OP from './optional-parent';
import * as S from './sortable';
import * as U from './utils';
export declare function configure(config: FrameworkConfiguration): void;
export { OA, AS, OP, S, U };

7

dist/amd/oribella-aurelia-sortable.js

@@ -1,4 +0,9 @@

define(["require", "exports", "aurelia-pal"], function (require, exports, aurelia_pal_1) {
define(["require", "exports", "aurelia-pal", "oribella", "./auto-scroll", "./optional-parent", "./sortable", "./utils"], function (require, exports, aurelia_pal_1, OA, AS, OP, S, U) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.OA = OA;
exports.AS = AS;
exports.OP = OP;
exports.S = S;
exports.U = U;
function configure(config) {

@@ -5,0 +10,0 @@ config.globalResources(aurelia_pal_1.PLATFORM.moduleName('./sortable'));

import { FrameworkConfiguration } from 'aurelia-framework';
import * as OA from 'oribella';
import * as AS from './auto-scroll';
import * as OP from './optional-parent';
import * as S from './sortable';
import * as U from './utils';
export declare function configure(config: FrameworkConfiguration): void;
export { OA, AS, OP, S, U };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var aurelia_pal_1 = require("aurelia-pal");
var OA = require("oribella");
exports.OA = OA;
var AS = require("./auto-scroll");
exports.AS = AS;
var OP = require("./optional-parent");
exports.OP = OP;
var S = require("./sortable");
exports.S = S;
var U = require("./utils");
exports.U = U;
function configure(config) {

@@ -5,0 +15,0 @@ config.globalResources(aurelia_pal_1.PLATFORM.moduleName('./sortable'));

import { FrameworkConfiguration } from 'aurelia-framework';
import * as OA from 'oribella';
import * as AS from './auto-scroll';
import * as OP from './optional-parent';
import * as S from './sortable';
import * as U from './utils';
export declare function configure(config: FrameworkConfiguration): void;
export { OA, AS, OP, S, U };
import { PLATFORM } from 'aurelia-pal';
import * as OA from 'oribella';
import * as AS from './auto-scroll';
import * as OP from './optional-parent';
import * as S from './sortable';
import * as U from './utils';
export function configure(config) {
config.globalResources(PLATFORM.moduleName('./sortable'));
}
export { OA, AS, OP, S, U };
//# sourceMappingURL=oribella-aurelia-sortable.js.map
import { FrameworkConfiguration } from 'aurelia-framework';
import * as OA from 'oribella';
import * as AS from './auto-scroll';
import * as OP from './optional-parent';
import * as S from './sortable';
import * as U from './utils';
export declare function configure(config: FrameworkConfiguration): void;
export { OA, AS, OP, S, U };

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

System.register(["aurelia-pal"], function (exports_1, context_1) {
System.register(["aurelia-pal", "oribella", "./auto-scroll", "./optional-parent", "./sortable", "./utils"], function (exports_1, context_1) {
"use strict";

@@ -8,3 +8,3 @@ var __moduleName = context_1 && context_1.id;

exports_1("configure", configure);
var aurelia_pal_1;
var aurelia_pal_1, OA, AS, OP, S, U;
return {

@@ -14,5 +14,25 @@ setters: [

aurelia_pal_1 = aurelia_pal_1_1;
},
function (OA_1) {
OA = OA_1;
},
function (AS_1) {
AS = AS_1;
},
function (OP_1) {
OP = OP_1;
},
function (S_1) {
S = S_1;
},
function (U_1) {
U = U_1;
}
],
execute: function () {
exports_1("OA", OA);
exports_1("AS", AS);
exports_1("OP", OP);
exports_1("S", S);
exports_1("U", U);
}

@@ -19,0 +39,0 @@ };

12

package.json
{
"name": "oribella-aurelia-sortable",
"version": "0.11.1",
"version": "0.11.2",
"description": "Aurelia Sortable plugin powered by Oribella",

@@ -48,3 +48,4 @@ "repository": {

"oribella": "^0.8.1",
"oribella-framework": "^0.10.1"
"oribella-framework": "^0.10.1",
"tslib": "^1.5.0"
},

@@ -57,3 +58,4 @@ "dependencies": {

"oribella": "^0.8.1",
"oribella-framework": "^0.10.1"
"oribella-framework": "^0.10.1",
"tslib": "^1.5.0"
}

@@ -78,3 +80,2 @@ },

"ts-node": "^2.1.0",
"tslib": "^1.5.0",
"tslint": "^4.0.2",

@@ -90,3 +91,4 @@ "typescript": "^2.2.1",

"oribella": "^0.8.1",
"oribella-framework": "^0.10.1"
"oribella-framework": "^0.10.1",
"tslib": "^1.5.0"
},

@@ -93,0 +95,0 @@ "nyc": {

import { FrameworkConfiguration } from 'aurelia-framework';
import { PLATFORM } from 'aurelia-pal';
import * as OA from 'oribella';
import * as AS from './auto-scroll';
import * as OP from './optional-parent';
import * as S from './sortable';
import * as U from './utils';

@@ -7,1 +12,3 @@ export function configure(config: FrameworkConfiguration) {

}
export { OA, AS, OP, S, U };

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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