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

rollup-plugin-sourcemaps

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-sourcemaps - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

README.md

2

dist/rollup-plugin-sourcemaps.es.js

@@ -38,2 +38,4 @@ import _regeneratorRuntime from 'babel-runtime/regenerator';

return {
name: 'sourcemaps',
load: function load(id) {

@@ -40,0 +42,0 @@ var _this = this;

@@ -42,2 +42,4 @@ 'use strict';

return {
name: 'sourcemaps',
load: function load(id) {

@@ -44,0 +46,0 @@ var _this = this;

10

package.json
{
"name": "rollup-plugin-sourcemaps",
"version": "0.3.3",
"version": "0.3.4",
"description": "Rollup plugin for grabbing source maps from sourceMappingURLs",

@@ -14,4 +14,4 @@ "author": "Max Davidson <davidsonmax@gmail.com>",

"engines": {
"node": ">= 4.0.0",
"npm": ">= 2.14.2"
"node": ">=4.0.0",
"npm": ">=2.14.2"
},

@@ -66,3 +66,3 @@ "scripts": {

"rimraf": "^2.5.2",
"rollup": "^0.32.0",
"rollup": "^0.33.0",
"rollup-plugin-babel": "^2.5.1",

@@ -72,4 +72,4 @@ "rollup-watch": "^2.4.0"

"peerDependencies": {
"rollup": ">= 0.31.2"
"rollup": ">=0.31.2"
}
}

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