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.3 to 0.1.4

8

CHANGELOG.md

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

<a name="0.1.4"></a>
## 0.1.4 (2018-04-03)
**Note:** Version bump only for package @times-components/depend
<a name="0.1.3"></a>

@@ -8,0 +16,0 @@ ## [0.1.3](https://github.com/newsuk/times-components/compare/@times-components/depend@0.1.2...@times-components/depend@0.1.3) (2018-03-15)

12

dist/package.json
{
"name": "@times-components/depend",
"version": "0.1.3",
"version": "0.1.4",
"description": "dependency analyzer and fixer",
"main": "depend",
"main": "dist/depend",
"scripts": {

@@ -12,3 +12,7 @@ "build": "babel . -d dist --ignore dist,node_modules,coverage,__tests__ && cp package.json dist/package.json",

"lint": "eslint . && npm run prettier:diff",
"test": "jest --bail --ci --coverage"
"test": "jest --bail --ci --coverage",
"prepublishOnly": "yarn transpile",
"__TODO": "remove",
"transpile": "npm run build",
"postinstall": "yarn transpile"
},

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

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

@@ -35,0 +39,0 @@ },

{
"name": "@times-components/depend",
"version": "0.1.3",
"version": "0.1.4",
"description": "dependency analyzer and fixer",
"main": "depend",
"main": "dist/depend",
"scripts": {

@@ -12,3 +12,7 @@ "build": "babel . -d dist --ignore dist,node_modules,coverage,__tests__ && cp package.json dist/package.json",

"lint": "eslint . && npm run prettier:diff",
"test": "jest --bail --ci --coverage"
"test": "jest --bail --ci --coverage",
"prepublishOnly": "yarn transpile",
"__TODO": "remove",
"transpile": "npm run build",
"postinstall": "yarn transpile"
},

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

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

@@ -35,0 +39,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