Comparing version 0.6.1 to 0.6.2
{ | ||
"name": "hybrids", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Web Components Toolkit", | ||
@@ -9,15 +9,13 @@ "main": "dist/hybrids.js", | ||
"scripts": { | ||
"postinstall": "npm run bootstrap", | ||
"bootstrap": "lerna bootstrap", | ||
"dev": "karma start", | ||
"dev:coverage": "NODE_ENV=coverage npm run dev", | ||
"prebuild": "ls packages | xargs -I {dir} rm -rf packages/{dir}/lib", | ||
"build": "ls packages | xargs -I {dir} babel packages/{dir}/src -d packages/{dir}/lib -s inline", | ||
"test": "karma start --single-run --reporters progress", | ||
"test": "npm run bootstrap && karma start --single-run --reporters progress", | ||
"dist": "rm -rf ./dist && npm run dist:dev && npm run dist:prod", | ||
"dist:dev": "webpack hybrids=./hybrids.js --optimize-minimize --define process.env.NODE_ENV='\"development\"'", | ||
"dist:prod": "webpack hybrids.min=./hybrids.js --optimize-minimize --define process.env.NODE_ENV='\"production\"'", | ||
"prepublish": "npm run test && npm run dist", | ||
"predeploy": "npm run test && npm run build", | ||
"deploy": "lerna publish" | ||
"prepublish": "npm run bootstrap && npm run test && npm run dist", | ||
"prebuild": "ls packages | xargs -I {dir} rm -rf packages/{dir}/lib", | ||
"build": "ls packages | xargs -I {dir} babel packages/{dir}/src -d packages/{dir}/lib -s inline", | ||
"deploy": "npm run test && npm run build && lerna publish" | ||
}, | ||
@@ -24,0 +22,0 @@ "license": "MIT", |
@@ -1,2 +0,2 @@ | ||
# Hybrids | ||
# Hybrids [![npm version](https://badge.fury.io/js/hybrids.svg)](https://badge.fury.io/js/hybrids) [![Build Status](https://travis-ci.org/hybridsjs/hybrids.svg?branch=master)](https://travis-ci.org/hybridsjs/hybrids) | ||
@@ -3,0 +3,0 @@ Hybrids is a toolkit for creating web components using [Custom Elements](https://www.w3.org/TR/custom-elements/), [Template](https://www.w3.org/TR/html-templates/) and [Shadow DOM](https://w3c.github.io/webcomponents/spec/shadow/) specifications. It supposed to create the simplest and the easiest to use API. |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
792366
10
0
0