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 1.0.0 to 1.0.1

dist/index.js

5

CHANGELOG.md
# Changelog
## 1.0.1
* Use rollup cli and rollup.config.js
* Generate only `cjs` format
## 1.0.0
* Initial release

14

package.json
{
"name": "rollup-plugin-string",
"version": "1.0.0",
"description": "Convert any file to string exported with ES6 modules",
"main": "dist/rollup-plugin-string.cjs.js",
"jsnext:main": "dist/rollup-plugin-string.es6.js",
"version": "1.0.1",
"description": "Import text files as strings",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"files": [

@@ -17,5 +17,5 @@ "src",

"scripts": {
"build": "node build.js",
"build": "rollup -c",
"pretest": "npm run build",
"test": "mocha",
"pretest": "npm run build",
"prepublish": "npm test"

@@ -28,5 +28,5 @@ },

"keywords": [
"rollup-plugin",
"stringify",
"string",
"rollup-plugin",
"template"

@@ -33,0 +33,0 @@ ],

# rollup-plugin-string
Convert any file to string exported with ES6 modules
Import text files as strings

@@ -5,0 +5,0 @@ ```js

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