New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rollup-plugin-rebase

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-rebase - npm Package Compare versions

Comparing version 1.0.5 to 1.1.0

5

lib/node.commonjs.js

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

/*! rollup-plugin-rebase v1.0.5 by Sebastian Werner <s.werner@sebastian-software.de> */
/*! rollup-plugin-rebase v1.1.0 by Sebastian Werner <s.werner@sebastian-software.de> */
'use strict';

@@ -19,3 +19,2 @@

/* eslint-disable filenames/match-exported */
var copyAsync = denodeify(fs.copy);

@@ -162,3 +161,3 @@ var writeAsync = denodeify(fs.outputFile);

}.$asyncbind(this, $error), $error);
}.$asyncbind(this));
});
});

@@ -165,0 +164,0 @@ });

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

/*! rollup-plugin-rebase v1.0.5 by Sebastian Werner <s.werner@sebastian-software.de> */
/*! rollup-plugin-rebase v1.1.0 by Sebastian Werner <s.werner@sebastian-software.de> */
import 'lean-nodent-runtime';

@@ -15,3 +15,2 @@ import path from 'path';

/* eslint-disable filenames/match-exported */
var copyAsync = denodeify(fs.copy);

@@ -158,3 +157,3 @@ var writeAsync = denodeify(fs.outputFile);

}.$asyncbind(this, $error), $error);
}.$asyncbind(this));
});
});

@@ -161,0 +160,0 @@ });

22

package.json
{
"name": "rollup-plugin-rebase",
"version": "1.0.5",
"version": "1.1.0",
"description": "The Rollup Rebase Plugin copies static assets as required from your JavaScript code to the destination folder and adjusts the references in there to point to the new location.",

@@ -53,10 +53,10 @@ "keywords": [

"dependencies": {
"asset-hash": "^1.2.0",
"asset-hash": "^1.2.1",
"denodeify": "^1.2.1",
"fs-extra": "^5.0.0",
"lean-nodent-runtime": "^1.0.1",
"postcss": "^6.0.17",
"postcss-import": "^11.0.0",
"lean-nodent-runtime": "^1.0.2",
"postcss": "^6.0.21",
"postcss-import": "^11.1.0",
"postcss-sass": "^0.3.0",
"postcss-scss": "^1.0.3",
"postcss-scss": "^1.0.5",
"postcss-smart-asset": "^0.5.6",

@@ -67,10 +67,10 @@ "rollup-pluginutils": "^2.0.1",

"devDependencies": {
"babel-preset-edge": "^1.7.0",
"babel-preset-edge": "^1.9.1",
"eslint-config-readable": "^1.10.2",
"jest": "^22.1.4",
"prepublish": "^1.6.1",
"release-it": "^6.1.1",
"jest": "^22.4.3",
"prepublish": "^1.6.3",
"release-it": "^7.4.1",
"rimraf": "^2.6.2",
"rollup": "^0.55.3"
"rollup": "^0.57.1"
}
}

@@ -86,4 +86,4 @@ # Rollup Rebase <br/>[![Sponsored by][sponsor-img]][sponsor] [![Version][npm-version-img]][npm] [![Downloads][npm-downloads-img]][npm] [![Build Status Unix][travis-img]][travis] [![Build Status Windows][appveyor-img]][appveyor] [![Dependencies][deps-img]][deps]

<img src="https://github.com/sebastian-software/sebastian-software-brand/blob/master/sebastiansoftware-en.svg" alt="Sebastian Software GmbH Logo" width="250" height="200"/>
<img src="https://cdn.rawgit.com/sebastian-software/sebastian-software-brand/3d93746f/sebastiansoftware-en.svg" alt="Sebastian Software GmbH Logo" width="250" height="200"/>
Copyright 2016-2018<br/>[Sebastian Software GmbH](http://www.sebastian-software.de)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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