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

jspackage

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jspackage - npm Package Compare versions

Comparing version 0.4.6 to 0.4.7

2

lib/jspackage.js

@@ -5,3 +5,3 @@ var fs, path, async, watchFilesOnce, cached_files, watching, libs, root, parseFile, resolveDepend, resolveDependencyChain, collectDependencies, compile, extensions, __out = typeof exports != 'undefined' && exports || this;

async = require('async');
watchFilesOnce = require('./watch');
watchFilesOnce = require('./watch').watchFilesOnce;
cached_files = {};

@@ -8,0 +8,0 @@ watching = null;

{
"name": "jspackage",
"description": "build tool which adds client-side import syntax",
"version": "0.4.6",
"version": "0.4.7",
"author": {

@@ -6,0 +6,0 @@ "name": "Andrew Kelley",

@@ -42,5 +42,5 @@ Bundle client side code with inline dependency declaration syntax

many times a file is depended upon.
* Compiling CoffeeScript, JavaScript, Coco, and LiveScript source files are
included out of the box. You can add more to the `compile.extensions`
object.
* Compiling CoffeeScript, JavaScript, Coco, LiveScript, and Iced CoffeeScript
source files are included out of the box. You can add more to the
`compile.extensions` object.
- Or add support to the bottom of `src/jspackage.coffee` and submit a pull

@@ -76,2 +76,3 @@ request.

* Coco
* Iced-Coffee-Script

@@ -78,0 +79,0 @@ To add out-of-the-box support for another language, add it to the bottom of

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