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

foldable-device-configurator

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

foldable-device-configurator - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

build/foldable-device-configurator.js

25

package.json
{
"name": "foldable-device-configurator",
"version": "1.0.2",
"version": "1.0.3",
"description": "A simple web component which you can add to emulate various type of foldables devices. It will set the appropriate media queries according to the device and the setup.",
"main": "src/foldable-device-configurator.js",
"module": "src/foldable-device-configurator.js",
"main": "build/foldable-device-configurator.js",
"module": "build/foldable-device-configurator.js",
"snowpack": {

@@ -24,3 +24,3 @@ "webDependencies": [

"start": "es-dev-server --node-resolve --watch --open demo/index.html --port 8081",
"build": "rimraf web_modules && snowpack --optimize",
"build": "rimraf dist && rollup -c rollup.config.js && rimraf web_modules && snowpack --optimize",
"regen-package-lock": "rimraf node_modules && rimraf package-lock.json; npm install"

@@ -30,13 +30,3 @@ },

"!/demo/",
"spanning-css-polyfill/spanning-css-polyfill.js",
"spanning-css-polyfill/spanning-css-polyfill.js.map",
"web_modules/@material/mwc-slider.js",
"web_modules/@material/mwc-slider.js.map",
"web_modules/common",
"web_modules/lit-html",
"web_modules/lit-html.js",
"web_modules/lit-html.js.map",
"web_modules/import-map.json",
"web_modules/lit-element.js",
"web_modules/lit-element.js.map"
"!/src/"
],

@@ -50,2 +40,5 @@ "dependencies": {

"es-dev-server": "^1.44.0",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"rollup-plugin-babel": "^4.4.0",
"@rollup/plugin-node-resolve": "^7.1.1",

@@ -56,3 +49,3 @@ "@rollup/plugin-replace": "^2.3.1",

"@material/mwc-checkbox": "^0.13.0",
"rollup": "^2.0.5",
"rollup": "^1.32.1",
"snowpack": "^1.6.0",

@@ -59,0 +52,0 @@ "rimraf": "^3.0.2"

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