Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@abtasty/countdown

Package Overview
Dependencies
Maintainers
31
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abtasty/countdown - npm Package Compare versions

Comparing version 3.7.8 to 3.7.9

46

package.json
{
"name": "@abtasty/countdown",
"description": "Widget for AB Tasty",
"version": "3.7.8",
"version": "3.7.9",
"form": "dist/form.js",
"main": "dist/main.js",
"type": "module",
"files": [
"dist"
],
"homepage": "https://abtasty.com",
"author": "ABTasty",
"scripts": {
"watch": "rollup -c --watch --dev",
"build": "rollup -c",
"eslint": "eslint src/**/*.js",
"update:utils": "npm install @abtasty/widget-utils@latest",
"publish:qa": "npm run build && npm version prerelease && npm publish",
"publish:preminor": "npm run build && npm version preminor && npm publish",
"publish:patch": "npm run build && npm version patch && npm publish"
"cloneConfig": "scp ../rollup.default.config.js ./rollup.config.js && scp ../babel.default.config.json ./babel.config.json",
"watch": "yarn run cloneConfig && rollup -c --watch",
"build": "yarn run cloneConfig && rollup -c"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/eslint-parser": "^7.18.9",
"@babel/helper-define-map": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-transform-classes": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/runtime": "^7.18.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@babel/core": "^7.20.5",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-object-rest-spread": "^7.18.6",
"@babel/preset-env": "^7.19.3",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-eslint": "^9.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.1.0",
"babel-plugin-minify-dead-code-elimination": "^0.5.2",
"caniuse-lite": "^1.0.30001434",
"cssnano": "^5.1.12",
"eslint": "^8.20.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-node": "^0.3.2",
"eslint-plugin-import": "^2.26.0",
"postcss": "^8.4.19",
"postcss-cssnext": "^3.1.1",
"rollup": "^2.77.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup": "^3.5.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-watch": "^3.2.2",
"snowpack": "^3.8.8"
},
"dependencies": {
"@abtasty/widget-utils": "^1.18.37"
"@abtasty/widget-utils": "0.0.0"
},

@@ -50,0 +42,0 @@ "snowpack": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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