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

interpolate-es

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

interpolate-es - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

index.cjs

9

package.json
{
"name": "interpolate-es",
"version": "1.0.8",
"version": "1.0.9",
"description": "Dynamically build tagged templates",

@@ -26,5 +26,9 @@ "keywords": [

"types": "npx tsc -p .config/jsconfig.json",
"build": "npm run build:cjs && npm run && npm run build:typings",
"build": "npm run build:cjs && npm run build:min && npm run && npm run build:typings",
"build:cjs": "npx rollup --config .config/cjs.config.js",
"build:min": "npx rollup --config .config/min.config.js",
"build:typings": "npx tsc -p .config/tsconfig.json",
"clean": "npm run clean:builds && npm run clean:typings",
"clean:builds": "npx rimraf index.cjs && npx rimraf index.min.js",
"clean:typings": "npx rimraf src/*.d.ts",
"package": "npx rimraf package && npm pack | tail -n 1 | xargs tar -xf",

@@ -37,2 +41,3 @@ "preversion": "npm test && npm run lint && npm run types",

"devDependencies": {
"rollup-plugin-terser": "^5.2.0",
"semistandard": "^14.2.0",

@@ -39,0 +44,0 @@ "tape-es": "^1.1.1"

@@ -41,3 +41,3 @@ [![GitHub Releases](https://img.shields.io/github/release/vanillaes/interpolate-es.svg)](https://github.com/vanillaes/interpolate-es/releases)

```javascript
const Interpolate = require('interpolate-es/dist/interpolate-es.cjs');
const Interpolate = require('interpolate-es/index.cjs');
```

@@ -44,0 +44,0 @@

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