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

@akashic-extension/akashic-timeline

Package Overview
Dependencies
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akashic-extension/akashic-timeline - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

2

lib/ActionType.d.ts

@@ -8,4 +8,4 @@ declare enum ActionType {

Cue = 5,
Every = 6,
Every = 6
}
export = ActionType;

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

"use strict";
var ActionType;

@@ -2,0 +3,0 @@ (function (ActionType) {

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

"use strict";
/**

@@ -2,0 +3,0 @@ * Easing関数群。

@@ -0,3 +1,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Timeline = require("./Timeline");
exports.Tween = require("./Tween");
exports.Easing = require("./Easing");

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

"use strict";
var Tween = require("./Tween");

@@ -5,3 +6,3 @@ /**

*/
var Timeline = (function () {
var Timeline = /** @class */ (function () {
/**

@@ -76,3 +77,3 @@ * Timelineを生成する。

return Timeline;
})();
}());
module.exports = Timeline;

@@ -180,5 +180,5 @@ import TweenOption = require("./TweenOption");

*/
private _push(action);
private _initAction(action);
private _push;
private _initAction;
}
export = Tween;

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

"use strict";
var Easing = require("./Easing");

@@ -7,3 +8,3 @@ var ActionType = require("./ActionType");

*/
var Tween = (function () {
var Tween = /** @class */ (function () {
/**

@@ -435,3 +436,3 @@ * Tweenを生成する。

return Tween;
})();
}());
module.exports = Tween;
{
"name": "@akashic-extension/akashic-timeline",
"version": "0.4.4",
"version": "0.4.5",
"description": "timeline library for akashic",
"main": "lib/index.js",
"scripts": {
"prepublish": "gulp clean && gulp install:typings:src && gulp compile",
"clean:typings": "gulp clean:typings",
"build": "gulp compile",
"doc": "gulp typedoc",
"lint": "gulp lint lint-md",
"test": "gulp test && gulp lint && gulp lint-md"
"prepare": "npm run clean && npm run build",
"clean": "rimraf lib && rimraf spec/build",
"build": "tsc -p ./",
"doc": "typedoc --out ./doc --mode modules ./src --includeDeclarations ./node_modules/@akashic/akashic-engine/lib/main.d.ts",
"lint": "npm run lint:ts && npm run lint:md",
"lint:ts": "tslint -c tslint.json src/**/*.ts",
"lint:md": "remark ./*.md --frail --no-stdout --quiet --rc-path ./.remarkrc",
"test": "npm run test:compile && npm run test:jasmine && npm run lint",
"test:compile": "cd spec/ && tsc && cd ../",
"test:jasmine": "istanbul cover --report text --report html --colors -i ./lib/index.js ./node_modules/jasmine/bin/jasmine.js"
},

@@ -21,18 +25,13 @@ "author": "DWANGO Co., Ltd.",

"@akashic/akashic-engine": "~1.10.1",
"del": "~1.1.1",
"gulp": "~3.9.1",
"gulp-istanbul": "~0.10.4",
"gulp-jasmine": "~2.3.0",
"gulp-shell": "~0.5.2",
"gulp-tslint": "~4.3.5",
"gulp-typedoc": "~2.0.0",
"jasmine": "~2.1.1",
"jasmine-reporters": "~2.0.4",
"jasmine-terminal-reporter": "~0.9.1",
"mdast": "~2.0.0",
"mdast-lint": "~1.1.1",
"tslint": "~3.7.4",
"typedoc": "~0.4.4",
"typescript": "1.7.5",
"typings": "^1.0.4"
"@types/jasmine": "^1.3.3",
"@types/lodash": "4.14.110",
"@types/node": "6.0.46",
"istanbul": "^0.3.22",
"jasmine": "~2.8.0",
"remark-cli": "~2.0.0",
"remark-lint": "~5.0.1",
"rimraf": "^2.6.1",
"tslint": "^5.4.3",
"typedoc": "^0.11.1",
"typescript": "^2.1.6"
},

@@ -45,4 +44,5 @@ "typings": "lib/index.d.ts",

"publishConfig": {
"@akashic-extension:registry": "http://registry.npmjs.org/"
"@akashic-extension:registry": "http://registry.npmjs.org/",
"tag": "for_ae1x"
}
}

@@ -55,3 +55,3 @@ <p align="center">

`npm run build` によりgulpを使ってビルドできます。
`npm run build` によりビルドできます。

@@ -58,0 +58,0 @@ ```sh

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