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

hybrids

Package Overview
Dependencies
Maintainers
2
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hybrids - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

.travis.yml

14

package.json
{
"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.

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