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

tempura

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tempura - npm Package Compare versions

Comparing version 0.0.8 to 0.1.0-next.0

dist/index.js

48

package.json
{
"name": "tempura",
"version": "0.0.8",
"description": "ES2015+ template literal utilities under the form of tags.",
"main": "lib/index.js",
"version": "0.1.0-next.0",
"repository": "lukeed/tempura",
"description": "WIP",
"unpkg": "dist/index.min.js",
"module": "dist/index.mjs",
"main": "dist/index.js",
"types": "index.d.ts",
"license": "MIT",
"author": {
"name": "Luke Edwards",
"email": "luke.edwards05@gmail.com",
"url": "https://lukeed.com"
},
"engines": {
"node": ">=10"
},
"scripts": {
"build": "babel src --out-dir lib",
"test": "echo \"Error: no test specified\" && exit 1"
"build": "bundt",
"test": "uvu -r esm test"
},
"repository": {
"type": "git",
"url": "git@github.com:mathieumg/tempura.git"
"files": [
"*.d.ts",
"dist"
],
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
"author": "Mathieu M-Gosselin <mathieumg@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mathieumg/tempura/issues"
},
"homepage": "https://github.com/mathieumg/tempura",
"keywords": [
],
"devDependencies": {
"babel": "^5.6.14"
"bundt": "1.1.1",
"esm": "3.2.25",
"uvu": "0.5.1"
}
}
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