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

scroll-rise

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scroll-rise - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

1

lib/index.d.ts

@@ -7,2 +7,3 @@ export { ScrollRise } from './scroll-rise';

export { FixedActorsScene } from './scenes/fixed-actors.scene';
export { Scene } from './scenes/scene';
export { SceneOptions } from './scenes/scene';

@@ -9,0 +10,0 @@ export { TimeFrame } from './time-frame';

3

lib/motions/motion.d.ts
import { TimeFrame } from '../time-frame';
import { Scene } from '../scenes/scene';
export declare abstract class Motion {
abstract name: string;
abstract readonly name: string;
motionName(): string;
abstract make(scrollPosForFrame: number, frame: TimeFrame, element: HTMLElement, scene: Scene<any>): void;
}
{
"name": "scroll-rise",
"version": "1.6.0",
"version": "1.6.1",
"private": false,

@@ -10,5 +10,6 @@ "description": "The typescript library for scroll animation",

"files": [
"/lib"
"/lib/**/*"
],
"scripts": {
"start": "npm run watch",
"test": "karma start --browsers Chrome",

@@ -20,7 +21,6 @@ "test:no-browser": "karma start --browsers ChromeHeadless --single-run",

"build:dev": "npm run clear:lib && webpack --mode development",
"watch": "webpack --watch --mode production",
"serve:docs": "webpack serve --config webpack.docs.config.js --mode development",
"build:docs:dev": "webpack --config webpack.docs.config.js --mode development",
"build:docs": "webpack --config webpack.docs.config.js --mode production",
"generate:examples-from-specs": "npx ts-node-esm -P src/docs/spec-examples-generator/tsconfig.spec.examples.json src/docs/spec-examples-generator/generate-spec-examples.ts"
"watch": "webpack --watch --mode development",
"watch:prod": "webpack --watch --mode production",
"tsc:lib": "tsc --project tsconfig.lib.json",
"tsc:test": "tsc --project tsconfig.spec.json"
},

@@ -46,4 +46,2 @@ "repository": {

"@typescript-eslint/eslint-plugin": "~5.41.0",
"colors": "^1.4.0",
"copy-webpack-plugin": "~11.0.0",
"eslint": "~8.26.0",

@@ -54,4 +52,2 @@ "eslint-config-standard-with-typescript": "~23.0.0",

"eslint-plugin-promise": "~6.1.1",
"glob": "^8.0.3",
"html-webpack-plugin": "~5.5.0",
"jasmine-core": "~4.0.1",

@@ -63,8 +59,3 @@ "karma": "~6.3.17",

"karma-typescript-es6-transform": "~5.5.3",
"mustache": "^4.2.0",
"mustache-loader": "^1.4.3",
"puppeteer": "~19.2.0",
"sanitize-filename-truncate": "^1.0.2",
"ts-loader": "~9.2.7",
"ts-node": "^10.9.1",
"typescript": "~4.8.4",

@@ -71,0 +62,0 @@ "webpack": "~5.70.0",

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

Sorry, the diff of this file is not supported yet

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

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