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

flip-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flip-toolkit - npm Package Compare versions

Comparing version 7.0.0-alpha.1 to 7.0.0-alpha.2.0

index.js

69

package.json
{
"name": "flip-toolkit",
"version": "7.0.0-alpha.1",
"version": "7.0.0-alpha.2.0",
"description": "Configurable FLIP animation helpers",
"license": "MIT",
"source": "src/index.ts",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"src": "index.js",
"main": "lib/index.js",
"umd:main": "lib/${bundleName}/index.umd.js",
"module": "lib/index.es.js",
"repository": {

@@ -18,3 +17,2 @@ "type": "git",

"keywords": [
"vanillajs",
"FLIP",

@@ -29,59 +27,10 @@ "transition",

"scripts": {
"start": "parcel 'core-test/index.html' --out-dir build",
"test": "jest --testPathIgnorePatterns \"(dist|domtest)\"",
"build": "microbundle --name=FlipToolkit --globals rematrix=Rematrix",
"watch": "microbundle watch --no-compress",
"check-types": "tsc --noEmit",
"prepare": "yarn run build",
"predeploy": "cd example && yarn install && yarn run build",
"inspect": "npx source-map-explorer dist/index.es.*",
"lint": "eslint src/**/*.ts",
"format": "prettier --write src/**/*.{ts,tsx}",
"format-and-fix": "npm-run-all format eslint-fix",
"fix": "eslint src/**/*.ts --fix",
"test:dom": "parcel mocha/testrunner.html --out-dir build",
"test:all": "npm-run-all test test:dom",
"preversion": "npm test",
"postpublish": "git push origin master; git push origin --tags",
"version": "npm run build"
"build": "microbundle"
},
"dependencies": {
"rematrix": "0.2.2"
"react-flip-toolkit": "^7.0.0-7.0.0-alpha.2.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-transform-typescript": "^7.4.5",
"@babel/preset-env": "^7.5.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@babel/runtime": "^7.4.5",
"@types/jest": "^24.0.15",
"@typescript-eslint/eslint-plugin": "^1.10.2",
"@typescript-eslint/parser": "^1.10.2",
"babel-jest": "^24.8.0",
"babel-polyfill": "^6.26.0",
"babel-preset-react-app": "^9.0.0",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.13.0",
"jest": "^24.7.1",
"microbundle": "^0.11.0",
"mocha": "^6.1.4",
"npm-run-all": "^4.1.5",
"parcel": "^1.12.3",
"prettier": "1.18.2",
"regenerator-runtime": "^0.13.2",
"sinon": "^7.3.2",
"ts-jest": "^24.0.2",
"typescript": "^3.5.2"
},
"files": [
"dist"
],
"browserslist": [
"> 1%",
"last 2 versions",
"IE 11"
]
"microbundle": "^0.11.0"
}
}
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