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

cetera

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cetera - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

lib/cache/.client.cache_control

2

lib/cache/production_cache.js

@@ -29,3 +29,3 @@ // Generated by CoffeeScript 1.8.0

version = conf.version || '0.0.0';
cache_control_file = __dirname + ("/." + name.cache_control);
cache_control_file = __dirname + ("/." + name + ".cache_control");
concat_script_name = "/" + name + "-" + version + ".min.js";

@@ -32,0 +32,0 @@ tag = "<script src='" + concat_script_name + "', type='text/javascript'></script>";

@@ -29,3 +29,3 @@ // Generated by CoffeeScript 1.8.0

env = process.env.NODE_ENV || process.env.ENV || 'development';
if (env === 'production') {
if (env !== 'production') {
cache = new Production;

@@ -32,0 +32,0 @@ tags = cache.route(conf);

{
"name": "cetera",
"description": "effortlessness, requirejs, packager, modules",
"version": "0.0.10",
"version": "0.0.11",
"author": "nomilous <nomilous@gmail.com",

@@ -6,0 +6,0 @@ "contributors": [

@@ -6,3 +6,3 @@ cetera

### version 0.0.10 (high alpha)
### version 0.0.11 (high alpha)

@@ -9,0 +9,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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