Socket
Socket
Sign inDemoInstall

rollup-plugin-hypothetical

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-hypothetical - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

index.js

@@ -95,2 +95,3 @@ var path = require('path').posix;

importee = unixStylePath(importee);
importer = importer && unixStylePath(importer);

@@ -172,2 +173,3 @@ // the entry file is never external.

return {
name: 'hypothetical',
resolveId: resolveId,

@@ -174,0 +176,0 @@ load: function(id) {

6

package.json
{
"name": "rollup-plugin-hypothetical",
"version": "2.1.0",
"version": "2.1.1",
"description": "gives Rollup an imaginary file system, e.g. for testing other plugins",

@@ -26,5 +26,5 @@ "main": "index.js",

"devDependencies": {
"mocha": "^5.0.0",
"rollup": "^0.55.0"
"mocha": "^9.1.1",
"rollup": "^2.56.3"
}
}

@@ -1,2 +0,2 @@

# rollup-plugin-hypothetical [![npm][npm-image]][npm-url] [![Dependency Status][david-image]][david-url] [![Build Status][travis-image]][travis-url]
# rollup-plugin-hypothetical [![npm][npm-image]][npm-url] [![Build Status][ghactions-image]][ghactions-url]
This allows [Rollup] modules to import hypothetical files passed in as options to the plugin.

@@ -82,10 +82,8 @@

[npm-url]: https://npmjs.org/package/rollup-plugin-hypothetical
[david-url]: https://david-dm.org/Permutatrix/rollup-plugin-hypothetical
[travis-url]: https://travis-ci.org/Permutatrix/rollup-plugin-hypothetical
[npm-url]: https://npmjs.org/package/rollup-plugin-hypothetical
[ghactions-url]: https://github.com/lemmabit/rollup-plugin-hypothetical/actions/workflows/node.js.yml
[npm-image]: https://img.shields.io/npm/v/rollup-plugin-hypothetical.svg
[david-image]: https://img.shields.io/david/Permutatrix/rollup-plugin-hypothetical/master.svg
[travis-image]: https://img.shields.io/travis/Permutatrix/rollup-plugin-hypothetical/master.svg
[npm-image]: https://img.shields.io/npm/v/rollup-plugin-hypothetical.svg
[ghactions-image]: https://github.com/lemmabit/rollup-plugin-hypothetical/actions/workflows/node.js.yml/badge.svg
[Rollup]: https://www.npmjs.com/package/rollup
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