Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.0.0 to 6.6.8

dist/flip-toolkit/constants.d.ts

25

package.json
{
"name": "flip-toolkit",
"version": "0.0.0",
"version": "6.6.8",
"description": "Configurable FLIP animation helpers",
"license": "MIT",
"source": "src/index.ts",
"source": "index.ts",
"main": "dist/index.js",

@@ -11,3 +11,2 @@ "umd:main": "dist/index.umd.js",

"types": "dist/index.d.ts",
"amdName": "FlipToolkit",
"repository": {

@@ -30,11 +29,10 @@ "type": "git",

"scripts": {
"demo": "parcel --no-cache demo/src/index.html",
"deploy-demo": "parcel build demo/src/index.html --out-dir demo/dist; cp demo/dist/index.html demo/dist/200.html; surge demo/dist --domain react-flip-toolkit-demos.surge.sh",
"start": "parcel 'core-test/index.html' --out-dir build",
"test": "jest",
"test:watch": "react-scripts-ts test --env=jsdom",
"build": "microbundle --name=FlipToolkit --globals rematrix=Rematrix",
"start": "yarn run demo",
"check-types": "tsc --noEmit",
"prepare": "yarn run build",
"predeploy": "cd example && yarn install && yarn run build",
"inspect": "npx source-map-explorer umd/react-flip-toolkit.min.*",
"inspect": "npx source-map-explorer dist/index.es.*",
"lint": "eslint src/**/*.ts",

@@ -44,6 +42,4 @@ "format": "prettier --write 'src/**/*.{ts,tsx}",

"fix": "eslint src/**/*.ts --fix",
"test:dom": "parcel mocha/testrunner.html",
"test": "jest",
"test:dom": "parcel mocha/testrunner.html --out-dir build",
"test:all": "npm-run-all test test:dom",
"test:core": "parcel 'src/__tests__/core-test/index.html'",
"preversion": "npm test",

@@ -65,3 +61,2 @@ "postpublish": "git push origin master; git push origin --tags",

"@types/jest": "^24.0.15",
"@typescript-eslint/eslint-plugin": "^1.10.2",

@@ -82,3 +77,3 @@ "@typescript-eslint/parser": "^1.10.2",

"prettier": "1.18.2",
"regenerator-runtime": "^0.13.2",
"regenerator-runtime": "^0.13.2",
"sinon": "^7.3.2",

@@ -89,9 +84,9 @@ "ts-jest": "^24.0.2",

"files": [
"dist",
"core",
"es"
"dist"
],
"browserslist": [
"> 1%",
"last 2 versions",
"IE 11"
]
}
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