Socket
Socket
Sign inDemoInstall

odesza

Package Overview
Dependencies
2
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.3 to 0.10.0

5

lib/template.js

@@ -7,3 +7,2 @@ 'use strict'

const path = require('path');
const stripComments = require('strip-comments');

@@ -53,8 +52,4 @@ const findStatements = /(block|extends|include) ([\/\.\w]+)/g;

vars = vars && 'object' == typeof vars ? vars : {};
template = this.filterEscapes(template);
// strips comments
template = stripComments(template);
let statements = this.getStatements(template);

@@ -61,0 +56,0 @@

5

package.json
{
"name": "odesza",
"version": "0.9.3",
"version": "0.10.0",
"description": "Write clean, expressive templates with just HTML and inline JavaScript",

@@ -24,5 +24,4 @@ "main": "index.js",

"btoa": "^1.1.2",
"commander": "^2.9.0",
"strip-comments": "^0.4.2"
"commander": "^2.9.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc