New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@quiq/transitions

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quiq/transitions - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

dist/index.es.js

16

babel.config.js
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'],
},
},
};

9

package.json
{
"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

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