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

@rollup/plugin-html

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/plugin-html - npm Package Compare versions

Comparing version 0.2.0 to 0.2.2

dist/index.js

22

CHANGELOG.md
# @rollup/plugin-html ChangeLog
## v0.2.2
_2021-01-29_
### Updates
- chore: run build before publish (ce65c12)
- chore: upgrade TypeScript (#713)
- refactor: refactor to typescript (#634)
- chore: update dependencies (6c8614c)
## v0.2.1
_2021-01-29_
### Updates
- chore: run build before publish (ce65c12)
- chore: upgrade TypeScript (#713)
- refactor: refactor to typescript (#634)
- chore: update dependencies (6c8614c)
## v0.2.0

@@ -4,0 +26,0 @@

26

package.json
{
"name": "@rollup/plugin-html",
"version": "0.2.0",
"version": "0.2.2",
"publishConfig": {

@@ -13,3 +13,4 @@ "access": "public"

"bugs": "https://github.com/rollup/plugins/issues",
"main": "lib/index.js",
"main": "dist/index.js",
"module": "dist/index.es.js",
"engines": {

@@ -19,11 +20,14 @@ "node": ">= 8.0.0"

"scripts": {
"build": "rollup -c",
"ci:coverage": "nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov",
"ci:lint": "pnpm run lint",
"ci:lint": "pnpm run build && pnpm run lint",
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
"ci:test": "pnpm run test -- --verbose",
"lint": "pnpm run lint:js && pnpm run lint:docs && pnpm run lint:package",
"lint:docs": "prettier --single-quote --write *.md",
"lint:js": "eslint --fix --cache lib test --ext .js,.ts",
"lint:docs": "prettier --single-quote --arrow-parens avoid --trailing-comma none --write *.md",
"lint:js": "eslint --fix --cache src test --ext .js,.ts",
"lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
"prepublishOnly": "pnpm run lint",
"prebuild": "del-cli dist",
"prepublishOnly": "pnpm build && pnpm lint",
"pretest": "pnpm run build",
"test": "ava"

@@ -46,6 +50,12 @@ },

"devDependencies": {
"rollup": "^2.0.0",
"rollup-plugin-postcss": "^2.0.3"
"@rollup/plugin-typescript": "^6.1.0",
"rollup": "^2.23.0",
"rollup-plugin-postcss": "^3.1.3",
"typescript": "^4.1.2"
},
"types": "types/index.d.ts",
"ava": {
"babel": {
"compileEnhancements": false
},
"files": [

@@ -52,0 +62,0 @@ "!**/fixtures/**",

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