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

rollup-plugin-string

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-string - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

5

dist/rollup-plugin-string.js

@@ -17,3 +17,6 @@ 'use strict';

if (filter(id)) {
return ("export default " + (JSON.stringify(code)) + ";");
return {
code: ("export default " + (JSON.stringify(code)) + ";"),
map: { mappings: '' }
};
}

@@ -20,0 +23,0 @@ }

2

package.json
{
"name": "rollup-plugin-string",
"version": "2.0.0",
"version": "2.0.1",
"description": "Converts text files to modules",

@@ -5,0 +5,0 @@ "main": "dist/rollup-plugin-string.js",

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

# rollup-plugin-string
# rollup-plugin-string [![Build Status](https://travis-ci.org/TrySound/rollup-plugin-string.svg)](https://travis-ci.org/TrySound/rollup-plugin-string)

@@ -3,0 +3,0 @@ Converts text files to modules:

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