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

ukiyojs

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ukiyojs - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

dist/types/index.d.ts

8

package.json
{
"name": "ukiyojs",
"version": "4.0.3",
"version": "4.0.4",
"description": "Modern parallax library for picture elements and any images",

@@ -13,2 +13,3 @@ "homepage": "https://yitengjun.github.io/ukiyo-js/",

"browser": "./dist/ukiyo.umd.min.js",
"types": "./dist/types/index.d.ts",
"keywords": [

@@ -26,3 +27,5 @@ "javascript",

"dev": "rollup -c -w",
"build": "rollup -c",
"build": "run-p build:*",
"build:bundle": "rollup -c",
"build:types": "tsc --declaration --emitDeclarationOnly --declarationDir ./dist/types",
"lint": "eslint \"./src/**/*.ts\" --fix",

@@ -47,2 +50,3 @@ "format": "prettier --write \"./src/**/*.ts\" \"./types/**/*.ts\"",

"eslint-config-prettier": "^8.5.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.0",

@@ -49,0 +53,0 @@ "rollup": "^2.70.1",

@@ -31,3 +31,3 @@ <div align="center">

```html
<script src="https://cdn.jsdelivr.net/npm/ukiyojs@4.0.2/dist/ukiyo.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/ukiyojs@4.0.4/dist/ukiyo.min.js"></script>
```

@@ -34,0 +34,0 @@

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