Socket
Socket
Sign inDemoInstall

development-assert-ts

Package Overview
Dependencies
307
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

2

gulpfile.ts

@@ -9,3 +9,3 @@ import * as gulp from 'gulp';

gulp.task('build', () => {
gulp.task('start', () => {
let env: IEnvOption = minimist(process.argv.slice(2), {

@@ -12,0 +12,0 @@ string: 'env',

{
"name": "development-assert-ts",
"version": "2.0.3",
"version": "2.0.4",
"description": "typescript assert tasks for development.",

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

"reinstall": "npm cache clean && npm install",
"test": "gulp build test",
"prepublish": "gulp build --release",
"test": "gulp start test",
"prepublish": "gulp start --release",
"e2e": "protractor",

@@ -35,3 +35,3 @@ "e2e.live": "protractor --elementExplorer"

"@types/lodash": "^4.14.37",
"development-core": "^2.0.5",
"development-core": "^2.0.8",
"gulp-cached": "^1.1.1",

@@ -38,0 +38,0 @@ "gulp-sourcemaps": "^2.6.0",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc