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

@lrnwebcomponents/hax-body-behaviors

Package Overview
Dependencies
Maintainers
2
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lrnwebcomponents/hax-body-behaviors - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

11

gulpfile.js

@@ -88,2 +88,7 @@ const gulp = require("gulp");

.src("./build/es6/" + packageJson.wcfactory.elementName + ".js")
.pipe(
rename({
suffix: ".es6"
})
)
.pipe(gulp.dest("./"));

@@ -120,8 +125,4 @@ gulp

gulp.task("sourcemaps", () => {
gulp
.src("./" + packageJson.wcfactory.elementName + ".amd.js")
.pipe(sourcemaps.init())
.pipe(sourcemaps.write("./"));
return gulp
.src("./" + packageJson.wcfactory.elementName + ".js")
.src("./" + packageJson.wcfactory.elementName + ".es6.js")
.pipe(sourcemaps.init())

@@ -128,0 +129,0 @@ .pipe(sourcemaps.write("./"));

@@ -9,3 +9,3 @@ {

},
"version": "0.0.9",
"version": "0.0.10",
"description": "Wire any element up to HAX",

@@ -17,4 +17,5 @@ "repository": {

"main": "hax-body-behaviors.js",
"module": "hax-body-behaviors.es6.js",
"umd": "hax-body-behaviors.umd.js",
"module": "hax-body-behaviors.amd.js",
"amd": "hax-body-behaviors.amd.js",
"scripts": {

@@ -35,20 +36,19 @@ "test": "../../node_modules/.bin/wct --configFile ../../wct.conf.json node_modules/@lrnwebcomponents/hax-body-behaviors/test/",

"@polymer/iron-component-page": "github:PolymerElements/iron-component-page",
"@polymer/iron-demo-helpers": "^3.0.1",
"@webcomponents/webcomponentsjs": "^2.1.1",
"concurrently": "^4.0.1",
"gulp-babel": "^8.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify-es": "^1.0.4",
"lodash": "^4.17.10",
"polymer-build": "^3.0.4",
"polymer-cli": "^1.7.1",
"uglify-es": "^3.3.9",
"wct-browser-legacy": "^1.0.1"
"@polymer/iron-demo-helpers": "3.0.2",
"@webcomponents/webcomponentsjs": "2.1.3",
"concurrently": "4.0.1",
"gulp-babel": "8.0.0",
"gulp-sourcemaps": "2.6.4",
"gulp-uglify-es": "1.0.4",
"lodash": "4.17.11",
"polymer-build": "3.0.4",
"polymer-cli": "1.8.0",
"uglify-es": "3.3.9",
"wct-browser-legacy": "1.0.1"
},
"private": false,
"flat": true,
"publishConfig": {
"access": "public"
},
"gitHead": "2c54e6e4e4b51de1ebb82ba12650ba4ffaa2ebc3"
"gitHead": "c96d8f92dc4af59d8ac0850a6af628e1bae7b970"
}

Sorry, the diff of this file is not supported yet

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