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

@rollup/plugin-virtual

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/plugin-virtual - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

13

CHANGELOG.md

@@ -1,6 +0,15 @@

# @rollup/plugin-virtual Change Log
# @rollup/plugin-virtual ChangeLog
## v2.0.1
_2020-02-01_
### Updates
- chore: update devDeps (3e47e87)
- docs: typo in virtual plugin readme (#132)
## 2.0.0
- **Breaking:** Minimum compatible Rollup version is 1.2.0
- **Breaking:** Minimum compatible Rollup version is 1.20.0
- **Breaking:** Minimum supported Node version is 8.0.0

@@ -7,0 +16,0 @@ - Published under @rollup/plugins-virtual

12

package.json
{
"name": "@rollup/plugin-virtual",
"version": "2.0.0",
"version": "2.0.1",
"publishConfig": {

@@ -11,3 +11,3 @@ "access": "public"

"author": "Rich Harris",
"homepage": "https://github.com/rollup/rollup-plugin-virtual#readme",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/virtual#readme",
"bugs": "https://github.com/rollup/rollup-plugin-virtual/issues",

@@ -18,3 +18,3 @@ "main": "dist/index.js",

"ci:coverage": "nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov",
"ci:lint": "pnpm run build && pnpm run lint && pnpm run security",
"ci:lint": "pnpm run build && pnpm run lint",
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",

@@ -30,3 +30,2 @@ "ci:test": "pnpm run test -- --verbose",

"pretest": "pnpm run build",
"security": "echo 'pnpm needs `npm audit` support'",
"test": "ava"

@@ -51,4 +50,4 @@ },

"devDependencies": {
"rollup": "^1.20.0",
"rollup-plugin-node-resolve": "^5.2.0"
"@rollup/plugin-node-resolve": "^7.0.0",
"rollup": "^1.27.14"
},

@@ -63,4 +62,3 @@ "ava": {

},
"jsnext:main": "dist/index.es.js",
"module": "dist/index.es.js"
}

@@ -23,3 +23,3 @@ [npm]: https://img.shields.io/npm/v/@rollup/plugin-virtual

```console
npm install @rollup/plugin-yaml --save-dev
npm install @rollup/plugin-virtual --save-dev
```

@@ -44,3 +44,3 @@

```js
import virtual from 'rollup-plugin-virtual';
import virtual from '@rollup/plugin-virtual';

@@ -47,0 +47,0 @@ export default {

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