@quiq/transitions
Advanced tools
Comparing version 1.0.0 to 1.1.0
module.exports = { | ||
presets: ['@babel/preset-typescript', '@babel/preset-env'], | ||
presets: [ | ||
[ | ||
'@babel/env', | ||
{ | ||
modules: false, | ||
}, | ||
], | ||
'@babel/typescript', | ||
'@babel/react', | ||
], | ||
env: { | ||
test: { | ||
presets: ['@babel/env', '@babel/react', '@babel/typescript'], | ||
}, | ||
}, | ||
}; |
{ | ||
"name": "@quiq/transitions", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"dependencies": { | ||
@@ -11,3 +11,3 @@ "emotion": "^9.0.0", | ||
"start": "react-scripts start", | ||
"build": "yarn run build:types && BABEL_ENV=production babel src -d dist --extensions \".ts,.tsx\"", | ||
"build": "yarn run build:types && BABEL_ENV=production rollup -c", | ||
"build:types": "./node_modules/.bin/tsc --emitDeclarationOnly", | ||
@@ -42,2 +42,3 @@ "test": "react-scripts test", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"devDependencies": { | ||
@@ -67,2 +68,6 @@ "@babel/cli": "^7.8.4", | ||
"react-scripts": "3.4.0", | ||
"rollup": "^1.31.1", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"typescript": "^3.7.5" | ||
@@ -69,0 +74,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
724290
62
5115
28
35
1