New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

development-tool

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

development-tool - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

2

gulpfile.ts

@@ -18,3 +18,3 @@ // IDynamicTaskOption

asserts: {
ts: { loader: 'development-assert-ts' }
ts: 'development-assert-ts'
},

@@ -21,0 +21,0 @@ loader: [

@@ -196,3 +196,8 @@ "use strict";

if (_.isString(sr)) {
op = { src: sr };
if (sr.indexOf('development-') === 0 || ctx.hasNpmModule(sr)) {
op = { loader: sr };
}
else {
op = { src: sr };
}
}

@@ -199,0 +204,0 @@ else if (_.isNumber(sr)) {

{
"name": "development-tool",
"version": "2.1.2",
"version": "2.1.3",
"description": "development-tool is an automation tools kit, for Web Front end and nodejs development. It is a module bundler. It's main purpose is to bundle JavaScript files for usage in a browser or nodejs, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.",

@@ -44,3 +44,3 @@ "main": "./lib/index.js",

"checksum": "^0.1.1",
"development-core": "^2.1.4",
"development-core": "^2.1.6",
"gulp": "^3.9.1",

@@ -55,3 +55,3 @@ "require-dir": "^0.3.2"

"del": "^2.2.1",
"development-assert-ts": "^2.1.2",
"development-assert-ts": "^2.1.3",
"gulp-mocha": "^3.0.1",

@@ -67,2 +67,2 @@ "gulp-uglify": "^2.0.0",

"homepage": "https://github.com/zhouhoujun/development-tool#readme"
}
}

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