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

@warp-works/core

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@warp-works/core - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

mda/WarpWorks.smn

5

lib/models/base.js

@@ -1,2 +0,2 @@

// const debug = require('debug')('W2:models:base');
const debug = require('debug')('W2:models:base');
const fs = require('fs');

@@ -10,2 +10,3 @@ const path = require('path');

const ComplexTypes = require('./../complex-types');
const config = require('./../config');
const utils = require('./../utils');

@@ -346,3 +347,3 @@

} else {
fn = path.join(this.getWarpWorks().getDir("output"), target[0], fn);
fn = path.join(config.projectPath, target[0], fn);
}

@@ -349,0 +350,0 @@

2

lib/utils.js

@@ -91,3 +91,3 @@ // ***************************************************************************************************** //

mapJSON,
splitBySeparator,
splitBySeparator
};
{
"name": "@warp-works/core",
"version": "0.8.2",
"version": "0.8.3",
"description": "Core library for WarpWorks",

@@ -37,10 +37,10 @@ "main": "lib/index.js",

"devDependencies": {
"@quoin/eslint-config-quoin": "0.1.1",
"@quoin/eslint-config-quoin": "0.1.3",
"@quoin/node-test-helpers": "0.1.7",
"eslint": "3.19.0",
"mocha": "3.2.0",
"mocha": "3.3.0",
"nyc": "10.2.0"
},
"dependencies": {
"@quoin/node-rc": "0.1.0",
"@quoin/node-rc": "0.1.1",
"bluebird": "3.5.0",

@@ -47,0 +47,0 @@ "mongodb": "2.2.26"

# Releases
## 0.8.3 - 2017-04-24
- Generated files into the `projectPath`.
## 0.8.2 - 2017-04-21

@@ -4,0 +8,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