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

@dotlottie/dotlottie-js

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotlottie/dotlottie-js - npm Package Compare versions

Comparing version 0.8.1 to 0.9.0-beta.0

dist/index.browser.d.ts

40

package.json
{
"name": "@dotlottie/dotlottie-js",
"version": "0.8.1",
"version": "0.9.0-beta.0",
"type": "module",

@@ -26,10 +26,15 @@ "description": "This library helps in creating and modifying .lottie files.",

"exports": {
".": "./dist/index.js",
"./node": "./dist/node/index.js"
".": {
"node": "./dist/index.node.js",
"default": "./dist/index.browser.js"
},
"./*": "./dist/*.js"
},
"types": "./dist/index.d.ts",
"browser": "dist/index.browser.js",
"types": "./dist/index.browser.d.ts",
"typesVersions": {
"*": {
"node": [
"./dist/node"
"*": [
"dist/*",
"dist/index.browser.d.ts"
]

@@ -42,3 +47,3 @@ }

"dependencies": {
"@lottie-animation-community/lottie-types": "^1.1.0",
"@lottie-animation-community/lottie-types": "^1.2.0",
"browser-image-hash": "^0.0.5",

@@ -54,11 +59,10 @@ "fflate": "^0.8.1",

"@types/sharp": "0.31.1",
"@vitest/browser": "2.1.3",
"cross-env": "7.0.3",
"esbuild": "0.14.49",
"jasmine": "5.1.0",
"jasmine-browser-runner": "2.2.0",
"jasmine-core": "5.1.1",
"js-base64": "3.7.5",
"nodemon": "2.0.20",
"tsup": "6.1.3",
"typescript": "4.7.4"
"tsup": "8.3.0",
"typescript": "4.7.4",
"vite-plugin-arraybuffer": "^0.0.8",
"vitest": "^2.1.3"
},

@@ -68,3 +72,2 @@ "publishConfig": {

},
"packageManager": "pnpm@7.1.6",
"scripts": {

@@ -77,12 +80,5 @@ "build": "tsup",

"stats:ts": "tsc -p tsconfig.build.json --extendedDiagnostics",
"test": "pnpm test:browser && pnpm test:node",
"test:browser": "pnpm test:build:browser && jasmine-browser-runner runSpecs --config=./jasmine/jasmine-browser.json --port=4444",
"test:browser:watch": "nodemon -e ts --watch src/tests --exec 'pnpm test:browser'",
"test:build:browser": "tsup --platform='browser' --config ./jasmine/tsup.config.js",
"test:build:node": "tsup --platform='node' --config ./jasmine/tsup.config.js",
"test:build:watch": "pnpm test:build --watch",
"test:node": "pnpm test:build:node && jasmine --config=./jasmine/jasmine.json --parallel=auto",
"test:node:watch": "nodemon -e ts --watch src/tests --exec 'pnpm test:node'",
"test": "vitest",
"type-check": "tsc --noEmit"
}
}
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