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

connect-oj

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-oj - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

main.js

@@ -40,3 +40,3 @@ var pp = require("./pp"),

// Allow both methods. .oj during development and .js during production.
if(path.extname(file)==".js" || path.extname(file)==".oj") {
if(path.extname(file)==".js" || path.extname(file)==".oj" || path.extname(file)==".d") {
var bname = path.basename(file, path.extname(file));

@@ -68,3 +68,2 @@ var OJname = path.join(dir, bname+".oj");

}
var write=false;
if(!options.alwaysSaveOutput) return;

@@ -71,0 +70,0 @@ if(!fs.existsSync(JSname)) return doWrite();

{
"name": "connect-oj",
"version": "1.0.0",
"version": "1.0.1",
"description": "Connect <-> OJ middleware",

@@ -30,3 +30,3 @@ "main": "main.js",

"dependencies": {
"ojc": "git://github.com/musictheory/oj.git#1.0",
"ojc": "^1.0.0",
"temp": "^0.8.1"

@@ -33,0 +33,0 @@ },

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