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

vue-screen

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-screen - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0-rc1

types/index.d.ts

17

package.json
{
"name": "vue-screen",
"version": "1.3.0",
"version": "1.4.0-rc1",
"description": "Reactive window size and media query states for Vue components. Integrates with most UI frameworks.",

@@ -18,6 +18,8 @@ "keywords": [

"module": "dist/vue-screen.esm.js",
"types": "types/index.d.ts",
"scripts": {
"test": "npm run lint && npm run test:unit && npm run test:e2e",
"test:unit": "mocha --require @babel/register --timeout 10000 --exit 'tests/units/*.spec.js'",
"test": "npm run lint && npm run test:unit && npm run test:e2e && npm run test:types",
"test:unit": "mocha --require @babel/register --timeout 5000 --exit 'tests/units/*.spec.js'",
"test:e2e": "node tests/e2e/runner.js",
"test:types": "tsc -p types/test",
"build:browser": "rollup -c rollup.config.browser.js",

@@ -34,2 +36,7 @@ "build:cjs": "rollup -c rollup.config.cjs.js",

},
"files": [
"src",
"dist/*.js",
"types/*.d.ts"
],
"author": "Matteo Rigon",

@@ -47,2 +54,5 @@ "license": "MIT",

"@babel/register": "^7.4.0",
"@types/babel__core": "^7.1.5",
"@types/babel__template": "^7.0.2",
"@types/terser-webpack-plugin": "^2.2.0",
"babel-loader": "^8.0.5",

@@ -66,2 +76,3 @@ "chai": "^4.2.0",

"rollup-plugin-uglify": "^6.0.2",
"typescript": "^3.8.2",
"vue": "^2.6.10",

@@ -68,0 +79,0 @@ "webpack": "^4.30.0",

.babelrc
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