Socket
Socket
Sign inDemoInstall

odesza

Package Overview
Dependencies
23
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

test/fixtures/sql.ode

5

History.md
1.0.1 / 2016-07-20
==================
* removed shitty comment stripper code. need to wait an implement something better
1.0.0 / 2016-07-19

@@ -3,0 +8,0 @@ ==================

2

lib/template.js

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

const path = require('path');
const stripComments = require('./comment-stripper');

@@ -55,3 +54,2 @@ const findStatements = /(block|extends|include) ([\/\.\w]+)/g;

template = this.filterEscapes(template);
template = stripComments(template);

@@ -58,0 +56,0 @@ let statements = this.getStatements(template);

{
"name": "odesza",
"version": "1.0.0",
"version": "1.0.1",
"description": "Write clean, expressive templates with just HTML and inline JavaScript",

@@ -5,0 +5,0 @@ "main": "index.js",

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