interpolate-es
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "interpolate-es", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Dynamically build tagged templates", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,11 +0,14 @@ | ||
[![GitHub Releases](https://img.shields.io/github/release/vanillaes/interpolate-es.svg)](https://github.com/vanillaes/interpolate-es/releases) | ||
[![NPM Release](https://img.shields.io/npm/v/interpolate-es.svg)](https://www.npmjs.com/package/interpolate-es) | ||
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/vanillaes/interpolate-es/master/LICENSE) | ||
<h1 align="center">Interpolate-ES</h1> | ||
A small, easy-to-use template literal builder. Good for loading template literal strings from external sources. | ||
[![GitHub Releases](https://badgen.net/github/tag/vanillaes/interpolate-es)](https://github.com/vanillaes/interpolate-es/releases) | ||
[![NPM Release](https://badgen.net/npm/v/interpolate-es)](https://www.npmjs.com/package/interpolate-es) | ||
[![Bundlephobia](https://badgen.net/bundlephobia/minzip/interpolate-es)](https://bundlephobia.com/result?p=interpolate-es) | ||
[![MIT License](https://badgen.net/github/license/vanillaes/interpolate-es)](https://raw.githubusercontent.com/vanillaes/interpolate-es/master/LICENSE) | ||
[![Latest Status](https://github.com/vanillaes/interpolate-es/workflows/Latest/badge.svg)](https://github.com/vanillaes/interpolate-es/actions) | ||
[![Release Status](https://github.com/vanillaes/interpolate-es/workflows/Release/badge.svg)](https://github.com/vanillaes/interpolate-es/actions) | ||
# interpolate-es | ||
# features | ||
A small, easy-to-use template literal builder. Good for loading template literal strings from external sources. | ||
- ECMAScript Module | ||
@@ -39,6 +42,6 @@ - CommonJS Bundle Included | ||
A CommonJS bundle is included for backward compatible with `node <= 13.2` | ||
A `.cjs` bundle is included for CommonJS compatibility | ||
```javascript | ||
const Interpolate = require('interpolate-es/index.cjs'); | ||
const Interpolate = require('interpolate-es'); | ||
``` | ||
@@ -45,0 +48,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7884
50