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

@silvermine/undertemplate

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@silvermine/undertemplate - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.nvmrc

14

package.json
{
"name": "@silvermine/undertemplate",
"version": "1.0.1",
"version": "1.0.2",
"description": "Replacement for _.template (underscore or lodash) without unsafe evals.",
"main": "src/index.js",
"scripts": {
"test": "check-node-version --package --print && ./node_modules/.bin/istanbul cover --root src --include-all-sources ./node_modules/.bin/_mocha -- -r ./tests/setup/before.js -R spec 'tests/**/*.test.js'",
"standards": "grunt standards"
"commitlint": "commitlint --from a5cda1c",
"test": "check-node-version --package --print && nyc mocha -- -r ./tests/setup/before.js 'tests/**/*.test.js'",
"standards": "npm run commitlint && grunt standards"
},

@@ -36,2 +37,4 @@ "engines": {

"devDependencies": {
"@commitlint/cli": "12.1.1",
"@commitlint/travis-cli": "12.1.1",
"@silvermine/chai-strictly-equal": "1.0.0",

@@ -47,5 +50,4 @@ "@silvermine/eslint-config": "3.0.1",

"grunt-eslint": "22.0.0",
"istanbul": "0.4.5",
"mocha": "5.0.5",
"mocha-lcov-reporter": "1.3.0",
"mocha": "8.4.0",
"nyc": "15.1.0",
"rewire": "3.0.2",

@@ -52,0 +54,0 @@ "silvermine-serverless-utils": "git+https://github.com/silvermine/serverless-utils.git#910f1149af824fc8d0fa840878079c7d3df0f414",

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