Socket
Socket
Sign inDemoInstall

crossani

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

dist/bundle.js

32

package.json
{
"name": "crossani",
"version": "1.0.0",
"description": "A silky smooth declarative animation library for the web.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"author": "Cain Atkinson",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.14.38",
"typescript": "^4.6.4"
},
"scripts": {
"build": "tsc && esbuild src/*.ts --format=cjs --outdir=dist/cjs && esbuild src/browser.ts --bundle --outfile=dist/bundle.js"
}
}
"name": "crossani",
"version": "1.0.1",
"description": "A silky smooth declarative animation library for the web.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "tsc && esbuild src/*.ts --format=cjs --outdir=dist/cjs && esbuild src/browser.ts --bundle --outfile=dist/bundle.js"
},
"author": "Cain Atkinson",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.14.38",
"typescript": "^4.6.4"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc