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

@slipmatio/logger

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slipmatio/logger - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

.eslintrc.js

4

CHANGES.md
# Changelog
### 0.0.8 - 2020-11-07
- Fix: adde manual scripts for better npm user experience.
### 0.0.7 - 2020-11-07

@@ -4,0 +8,0 @@

32

package.json
{
"name": "@slipmatio/logger",
"version": "0.0.7",
"version": "0.0.8",
"description": "Better console logging with TypScript support.",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
"sideEffects": false,

@@ -15,18 +15,15 @@ "author": {

"build": "bash scripts/build.sh",
"build:types": "tsc --build tsconfig.json",
"cleanup": "bash scripts/cleanup.sh",
"lint": "prettier -c --parser typescript \"{src,tests,e2e}/**/*.[jt]s?(x)\"",
"lint:fix": "yarn run lint --write",
"release": "bash scripts/release.sh",
"size": "size-limit",
"lint": "prettier -c --parser typescript \"{src,tests,e2e}/**/*.[jt]s?(x)\"",
"lint:fix": "yarn run lint --write",
"build:types": "tsc --build tsconfig.json",
"test:unit": "jest --coverage",
"test": "yarn run build:types && yarn run test:unit && yarn run build"
"test": "yarn run build:types && yarn run test:unit"
},
"exports": {
".": "./dist/index.js",
"./": "./dist/"
},
"files": [
"dist/**/*.js",
"dist/**/*.d.ts",
"dist/**/*.d.ts.map",
"**/*.js",
"**/*.d.ts",
"**/*.d.ts.map",
"LICENSE",

@@ -65,6 +62,3 @@ "README.md"

},
"homepage": "https://gitlab.com/slipmatio/logger",
"dependencies": {
"rollup-plugin-multi-input": "^1.1.1"
}
"homepage": "https://gitlab.com/slipmatio/logger"
}
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