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

@shower/core

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shower/core - npm Package Compare versions

Comparing version 3.0.0-0 to 3.0.0-2

dist/shower.js

72

package.json
{
"name": "@shower/core",
"description": "Core for Shower HTML presentation engine",
"version": "3.0.0-0",
"version": "3.0.0-2",
"publishConfig": {

@@ -10,18 +10,5 @@ "access": "public"

"name": "Vadim Makeev",
"email": "pepelsbey@gmail.com",
"url": "https://pepelsbey.net"
},
"maintainers": [
{
"name": "Denis Hananein",
"email": "i@zloylos.me",
"github-username": "zloylos",
"role": "General architecture"
},
{
"name": "Vadim Makeev",
"email": "pepelsbey@gmail.com",
"github-username": "pepelsbey",
"role": "Author, idea, tests"
}
],
"homepage": "https://github.com/shower/core",

@@ -36,3 +23,3 @@ "repository": "shower/core",

],
"main": "lib",
"main": "lib/shower.js",
"files": [

@@ -44,35 +31,36 @@ "dist/shower.js"

"chai-dom": "^1.8.1",
"chromedriver": "^2.45.0",
"eslint": "^5.12.0",
"chromedriver": "^2.46.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.1",
"esm": "^3.0.84",
"husky": "^1.3.1",
"lint-staged": "^8.1.0",
"mocha": "^5.2.0",
"nightwatch": "^1.0.18",
"prettier": "^1.15.3",
"puppeteer": "^1.11.0",
"rollup": "^1.0.2",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"serve-handler": "^5.0.7"
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-prettier": "^3.1.0",
"esm": "^3.2.22",
"husky": "^2.2.0",
"lint-staged": "^8.1.6",
"mocha": "^6.1.4",
"nightwatch": "^1.0.19",
"prettier": "^1.17.1",
"puppeteer": "^1.15.0",
"rollup": "^1.11.3",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.4",
"sauce-connect-launcher": "^1.2.6",
"serve": "^11.0.0",
"serve-handler": "^6.0.0",
"yn": "^3.1.0"
},
"config": {
"port": "8080"
},
"scripts": {
"build": "rollup --config",
"fix": "eslint '**/*.js' --fix",
"serve": "serve dist",
"lint": "eslint '**/*.js'",
"prettier:js": "prettier '**/*.js' --write",
"prettier:etc": "prettier '**/*.{json,md,yml}' --write",
"prettier": "npm run prettier:js && npm run prettier:etc",
"lint:fix": "eslint '**/*.js' --fix",
"format": "npm run format:js && npm run format:etc",
"format:js": "prettier '**/*.js' --write",
"format:etc": "prettier '**/*.{json,md,yml}' --write",
"test": "npm run lint && npm run test:unit && npm run test:sauce",
"test:unit": "mocha test/unit --require esm --require chai/register-should",
"test:local": "npm run build && nightwatch --env chrome-local",
"test:sauce": "npm run build && nightwatch --env chrome,firefox,safari,edge",
"test": "npm run lint && npm run test:unit && npm run test:sauce"
"test:local": "nightwatch --env chrome-local",
"test:sauce": "nightwatch --env chrome,firefox,safari,edge"
}
}
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