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

django-ember-precompile

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-ember-precompile - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

8

lib/window.js
var fs = require('fs')
, path = require('path')
, jsdom = require('jsdom');

@@ -12,5 +13,6 @@

var jquery = window.run(fs.readFileSync('node_modules/django-ember-precompile/vendor/jquery-1.9.1.js', 'utf8'));
var handlebars = window.run(fs.readFileSync('node_modules/django-ember-precompile/vendor/handlebars-1.0.0-rc.3.js', 'utf8'));
var ember = window.run(fs.readFileSync('node_modules/django-ember-precompile/vendor/ember-1.0.0-rc.1.js', 'utf8'));
var vendor = path.join(path.dirname(fs.realpathSync(__filename)), '../vendor');
var jquery = window.run(fs.readFileSync(vendor + '/jquery-1.9.1.js', 'utf8'));
var handlebars = window.run(fs.readFileSync(vendor + '/handlebars-1.0.0-rc.3.js', 'utf8'));
var ember = window.run(fs.readFileSync(vendor + '/ember-1.0.0-rc.1.js', 'utf8'));

@@ -17,0 +19,0 @@ return window;

@@ -8,3 +8,3 @@ {

"description": "ember.js precompiler for projects that use the django compressor",
"version": "0.0.5",
"version": "0.0.6",
"repository": {

@@ -11,0 +11,0 @@ "type": "git",

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