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

coffee-migrate

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffee-migrate - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

4

lib/migrate/set.js

@@ -15,3 +15,5 @@ (function() {

this.pos = 0;
if (fs.existsSync(setup = "" + (path.dirname(this.path)) + "/setup.coffee")) {
setup = "" + (path.dirname(this.path)) + "/setup.coffee";
setup = path.resolve(setup);
if (fs.existsSync(setup)) {
setup = require(setup);

@@ -18,0 +20,0 @@ return setup(this);

{
"name": "coffee-migrate",
"version": "0.1.6",
"version": "0.1.7",
"author": "winton",

@@ -5,0 +5,0 @@ "repository": {

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