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

edp-core

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edp-core - npm Package Compare versions

Comparing version 1.0.29 to 1.0.30

8

lib/path.js

@@ -19,2 +19,5 @@ /***************************************************************************

var fs = require('fs');
var path = require('path');
var util = require('util');
var minimatch = require('minimatch');

@@ -49,4 +52,2 @@ /**

var path = require( 'path' );
[

@@ -89,4 +90,2 @@ 'normalize',

exports.satisfy = function ( path, pattern, fileStat ) {
var util = require( 'util' );
if ( util.isRegExp( pattern ) ) {

@@ -110,3 +109,2 @@ return pattern.test( path );

var minimatch = require( 'minimatch' );
var matchBase = pattern.indexOf( '/' ) === -1;

@@ -113,0 +111,0 @@ return minimatch( path, pattern, { matchBase: matchBase } );

{
"name": "edp-core",
"version": "1.0.29",
"version": "1.0.30",
"description": "",

@@ -14,9 +14,9 @@ "main": "index.js",

"dependencies": {
"esprima": "~1.1.1",
"estraverse": "~1.5.0",
"minimatch": "~0.2.14",
"chalk": "~0.4.0",
"semver": "~2.3.0",
"iconv-lite": "~0.2.11",
"glob": "~3.2.9",
"esprima": "~2.2.0",
"estraverse": "~4.1.0",
"minimatch": "~2.0.4",
"chalk": "~1.0.0",
"semver": "~4.3.3",
"iconv-lite": "~0.4.8",
"glob": "~5.0.5",
"edp-config": "~1.0.2"

@@ -23,0 +23,0 @@ },

@@ -32,2 +32,9 @@ /**

});
xit('x', function () {
var Project = '/Volumes/HDD/Users/leeight/local/case/FOR_2015_4_20_BRANCH/embed_src';
var moduleConfig = path.join(Project, 'module.conf');
var file = path.join(Project, 'src', 'common', 'css.js');
console.log(GetModuleId(file, moduleConfig));
});
});

@@ -34,0 +41,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