Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@artdeco/clean-stack

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artdeco/clean-stack - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

src/index.js

2

build/index.js

@@ -60,3 +60,1 @@ const { homedir } = require('os');

*/
//# sourceMappingURL=index.js.map

@@ -0,1 +1,8 @@

## 14 January 2019
### 1.0.1
- [package] Add the "module" field.
- [package] Remove source maps.
## 13 September 2018

@@ -2,0 +9,0 @@

{
"name": "@artdeco/clean-stack",
"version": "1.0.0",
"version": "1.0.1",
"description": "A utility to remove internal Node.js lines and specific modules from error stacks.",
"main": "build",
"module": "src/index.js",
"scripts": {

@@ -14,3 +15,3 @@ "t": "zoroaster -a",

"doc": "NODE_DEBUG=doc doc documentary -o README.md",
"b": "alamode src -o build",
"b": "alamode src -o build -s",
"d": "NODE_DEBUG=doc doc src/index.js -g",

@@ -23,3 +24,4 @@ "build": "yarn-s d b doc",

"files": [
"build"
"build",
"src"
],

@@ -46,8 +48,8 @@ "repository": {

"devDependencies": {
"alamode": "1.4.0",
"documentary": "1.15.1",
"alamode": "1.6.1",
"documentary": "1.20.1",
"eslint-config-artdeco": "1.0.1",
"yarn-s": "1.1.0",
"zoroaster": "3.0.4"
"zoroaster": "3.6.6"
}
}
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