New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@solid-soda/config

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-soda/config - npm Package Compare versions

Comparing version
1.1.2
to
1.1.3
+8
-0
CHANGELOG.md

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

## [1.1.3](https://github.com/solid-soda/config/compare/v1.1.2...v1.1.3) (2019-02-23)
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.1.2](https://github.com/solid-soda/config/compare/v1.1.1...v1.1.2) (2019-02-23)

@@ -7,0 +15,0 @@

+5
-5
{
"name": "@solid-soda/config",
"version": "1.1.2",
"version": "1.1.3",
"license": "MIT",

@@ -9,5 +9,5 @@ "main": "dist/index.js",

"prepare": "yarn build",
"ci": "yarn test && yarn s lint",
"ci": "yarn test && yarn types && yarn s lint",
"test": "jest",
"types": "tsc --noEmit lib",
"types": "tsc --noEmit",
"s": "yarn soda"

@@ -21,3 +21,3 @@ },

"devDependencies": {
"@solid-soda/scripts": "^1.0.6",
"@solid-soda/scripts": "^1.0.7",
"@types/jest": "^23.3.12",

@@ -32,3 +32,3 @@ "@types/node": "^10.12.18",

"hooks": {
"pre-commit": "lint-staged",
"pre-commit": "lint-staged && yarn test && yarn types",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"

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