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

@animxyz/core

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@animxyz/core - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

dist/animxyz.min.css.map

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [0.5.0](https://github.com/ingram-projects/animxyz/compare/v0.4.1...v0.5.0) (2021-02-16)
### Features
* added animation-direction utilities ([9597ffb](https://github.com/ingram-projects/animxyz/commit/9597ffba63fd59cbeee8911ed34a8a9f22c418f1))
# [0.4.0](https://github.com/ingram-projects/animxyz/compare/v0.3.0...v0.4.0) (2021-01-17)

@@ -8,0 +19,0 @@

15

package.json
{
"name": "@animxyz/core",
"version": "0.4.0",
"version": "0.5.0",
"publishConfig": {

@@ -41,7 +41,7 @@ "access": "public"

"scripts": {
"build": "run-s build:clean build:main build:autoprefix build:cleancss build:stats",
"build:autoprefix": "postcss --use autoprefixer --map false --output dist/animxyz.css dist/animxyz.css",
"build:cleancss": "cleancss -o dist/animxyz.min.css dist/animxyz.css",
"build": "run-s build:clean build:sass build:postcss build:cssnano build:stats",
"build:postcss": "postcss --use postcss-calc autoprefixer --map false --output dist/animxyz.css dist/animxyz.css",
"build:cssnano": "postcss --use cssnano --map false --output dist/animxyz.min.css dist/animxyz.css",
"build:clean": "rimraf dist",
"build:main": "sass build.scss dist/animxyz.css",
"build:sass": "sass build.scss dist/animxyz.css",
"build:stats": "node buildStats.js dist/animxyz.min.css"

@@ -51,6 +51,7 @@ },

"autoprefixer": "^10.2.1",
"clean-css-cli": "^4.3.0",
"cssnano": "^4.1.10",
"gzip-size": "^6.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.4",
"postcss-calc": "^8.0.0",
"postcss-cli": "^8.3.1",

@@ -61,3 +62,3 @@ "pretty-bytes": "^5.5.0",

},
"gitHead": "411c6f6e612b27f3540080d011b2a3aab537b411"
"gitHead": "40e6fd3bbeb7f7b31a06d1d9a0bb25d3b032dd5e"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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