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

kmc

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kmc - npm Package Compare versions

Comparing version 1.0.35 to 1.0.36

test/src/package5/menu/control.js

2

HISTORY.md

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

## 2014.04.14, Version 1.0.35(Stable)
## 2014.04.14, Version 1.0.36(Stable)

@@ -3,0 +3,0 @@ ### bugfix

@@ -134,3 +134,3 @@ /**

isBelongPkg = true;
} else if (pkg.ignorePackageNameInUri && (dirname.indexOf(pkg.path) > -1 || path.basename(filePath, '.js') === pkg.name)) {
} else if (pkg.ignorePackageNameInUri && (dirname.indexOf(pkg.path) > -1 || path.resolve(filePath) === path.resolve(pkg.path + '.js'))) {
//增加ignorePackageNameInUri支持,使用路径判断,如果pkg.path和

@@ -137,0 +137,0 @@ //filePath的路径进行对比

{
"name": "kmc",
"version": "1.0.35",
"version": "1.0.36",
"description": "KISSY Module Compiler",

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

@@ -1254,3 +1254,3 @@ /**

name: 'menu',
path: path.resolve(srcPath, './package5/src'),
path: path.resolve(srcPath, './package5/menu'),
charset: 'gbk',

@@ -1257,0 +1257,0 @@ ignorePackageNameInUri: true

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