Socket
Socket
Sign inDemoInstall

@times-components/depend

Package Overview
Dependencies
29
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.4 to 0.1.5

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="0.1.5"></a>
## [0.1.5](https://github.com/newsuk/times-components/compare/@times-components/depend@0.1.4...@times-components/depend@0.1.5) (2018-04-04)
### Bug Fixes
* run local depend from root ([#808](https://github.com/newsuk/times-components/issues/808)) ([ddbeb3a](https://github.com/newsuk/times-components/commit/ddbeb3a))
<a name="0.1.4"></a>

@@ -8,0 +19,0 @@ ## 0.1.4 (2018-04-03)

14

dist/package.json
{
"name": "@times-components/depend",
"version": "0.1.4",
"version": "0.1.5",
"description": "dependency analyzer and fixer",
"main": "dist/depend",
"scripts": {
"build": "babel . -d dist --ignore dist,node_modules,coverage,__tests__ && cp package.json dist/package.json",
"prepublish": "npm run build",
"transpile": "babel . -d dist --ignore dist,node_modules,coverage,__tests__ && cp package.json dist/package.json",
"prepublishOnly": "yarn transpile",
"postinstall": "yarn transpile",
"fmt": "prettier --write '**/*.*'",

@@ -13,6 +14,3 @@ "prettier:diff": "prettier --list-different '**/*.*'",

"test": "jest --bail --ci --coverage",
"prepublishOnly": "yarn transpile",
"__TODO": "remove",
"transpile": "npm run build",
"postinstall": "yarn transpile"
"cli": "node dist/cli.js -l ../../"
},

@@ -36,3 +34,3 @@ "bin": {

"testMatch": [
"<rootDir>/packages/depend/src/__tests__/**.test.js"
"<rootDir>/packages/depend/__tests__/**.test.js"
]

@@ -39,0 +37,0 @@ },

{
"name": "@times-components/depend",
"version": "0.1.4",
"version": "0.1.5",
"description": "dependency analyzer and fixer",
"main": "dist/depend",
"scripts": {
"build": "babel . -d dist --ignore dist,node_modules,coverage,__tests__ && cp package.json dist/package.json",
"prepublish": "npm run build",
"transpile": "babel . -d dist --ignore dist,node_modules,coverage,__tests__ && cp package.json dist/package.json",
"prepublishOnly": "yarn transpile",
"postinstall": "yarn transpile",
"fmt": "prettier --write '**/*.*'",

@@ -13,6 +14,3 @@ "prettier:diff": "prettier --list-different '**/*.*'",

"test": "jest --bail --ci --coverage",
"prepublishOnly": "yarn transpile",
"__TODO": "remove",
"transpile": "npm run build",
"postinstall": "yarn transpile"
"cli": "node dist/cli.js -l ../../"
},

@@ -36,3 +34,3 @@ "bin": {

"testMatch": [
"<rootDir>/packages/depend/src/__tests__/**.test.js"
"<rootDir>/packages/depend/__tests__/**.test.js"
]

@@ -39,0 +37,0 @@ },

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