Socket
Socket
Sign inDemoInstall

easings-css

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 2.0.0

_index.scss

23

package.json
{
"name": "easings-css",
"version": "1.0.0",
"description": "Easing functions for CSS.",
"main": "easings.json",
"version": "2.0.0",
"description": "Provides easing functions for CSS.",
"main": "index.json",
"module": "index.js",
"files": [
"_index.scss",
"index.css",
"index.js",
"index.json",
"index.less"
],
"scripts": {
"build": "node ./build",
"format": "prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -28,3 +38,8 @@ },

},
"homepage": "https://github.com/jacobbuck/easings-css#readme"
"homepage": "https://github.com/jacobbuck/easings-css#readme",
"devDependencies": {
"husky": "^4.3.0",
"lint-staged": "^10.3.0",
"prettier": "^2.1.1"
}
}
_easings.scss
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