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

vue-runtime-helpers

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-runtime-helpers - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

inject-style/browser.d.ts

25

CHANGELOG.md

@@ -5,3 +5,28 @@ # Change Log

<a name="0.2.0"></a>
# [0.2.0](https://github.com/znck/vue-runtime-helpers/compare/v0.1.2...v0.2.0) (2018-08-29)
### Bug Fixes
* Move source files to root directory ([6031f22](https://github.com/znck/vue-runtime-helpers/commit/6031f22))
### Features
* Publish ES6 module ([4b1caaa](https://github.com/znck/vue-runtime-helpers/commit/4b1caaa))
<a name="0.2.0"></a>
# [0.2.0](https://github.com/znck/vue-runtime-helpers/compare/v0.1.2...v0.2.0) (2018-08-29)
### Features
* Publish ES6 module ([4b1caaa](https://github.com/znck/vue-runtime-helpers/commit/4b1caaa))
<a name="0.1.2"></a>
## [0.1.2](https://github.com/znck/vue-runtime-helpers/compare/v0.1.1...v0.1.2) (2018-05-13)

33

package.json
{
"name": "vue-runtime-helpers",
"version": "0.1.2",
"version": "0.2.0",
"description": "Runtime helpers for Vue SFC.",
"main": "dist/index.js",
"repository": "https://github.com/znck/vue-runtime-helpers",

@@ -10,11 +9,29 @@ "author": "Rahul Kadyan",

"devDependencies": {
"typescript": "^2.8.3"
"@types/jest": "^22.2.3",
"@types/node": "^10.0.9",
"@types/puppeteer": "^1.3.2",
"@vue/component-compiler": "^3.3.3",
"@znck/promised": "^1.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"jest": "^22.4.3",
"postcss": "^6.0.22",
"puppeteer": "^1.4.0",
"rollup": "^0.59.4",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"ts-jest": "^22.4.6",
"typescript": "^2.8.3",
"vue": "^2.5.16",
"vue-server-renderer": "^2.5.16",
"vue-template-compiler": "^2.5.16"
},
"scripts": {
"prebuild": "rm -r dist || echo 'done'",
"build": "tsc",
"prepare": "npm run build"
},
"files": [
"dist"
]
"pretest": "npm run build",
"test": "jest",
"prerelease": "npm test",
"release": "standard-version -a",
"postrelease": "cp LICENSE package.json CHANGELOG.md dist/ && cd dist/ && npm publish && cd -"
}
}
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