@invisionag/iris-react-animation
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "@invisionag/iris-react-animation", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"main": "dist/index.js", | ||
"license": "MIT", | ||
"repository": "git@github.com:ivx/iris.git", | ||
"scripts": { | ||
"watch": " webpack -w --progress --config ../../script/package.webpack.config.js src/index.js --o dist/index.js", | ||
"build:dist": "cross-env NODE_ENV=production webpack --config ../../script/package.webpack.config.js src/index.js --o dist/index.js", | ||
"build:flow": "flow-copy-source src -i '^!index**' dist", | ||
"build:clean": "rimraf dist", | ||
"build": "yarn build:clean && yarn build:dist && yarn build:flow", | ||
"prepublish": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@invisionag/iris-react-image-container": "^1.0.12", | ||
"@invisionag/iris-settings": "^4.2.9", | ||
"@invisionag/iris-tools": "^3.0.19", | ||
"@invisionag/iris-react-image-container": "^1.0.13", | ||
"@invisionag/iris-settings": "^4.2.10", | ||
"@invisionag/iris-tools": "^3.0.20", | ||
"classnames": "^2.2.5", | ||
@@ -23,8 +15,7 @@ "lottie-web": "^5.1.15" | ||
"devDependencies": { | ||
"@invisionag/iris-colors": "^3.0.11", | ||
"webpack": "^4.8.3" | ||
"@invisionag/iris-colors": "^3.0.12" | ||
}, | ||
"peerDependencies": { | ||
"styled-components": "^2.0.0 || ^3.1.4" | ||
"styled-components": ">= 3.1.4 < 4" | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
16406