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

erotic

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

erotic - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

src/callback.js

3

build/callback.js

@@ -48,3 +48,2 @@ let cleanStack = require('@artdeco/clean-stack'); if (cleanStack && cleanStack.__esModule) cleanStack = cleanStack.default;

module.exports.makeCallback = makeCallback
//# sourceMappingURL=callback.js.map
module.exports.makeCallback = makeCallback

@@ -18,3 +18,2 @@ const {

module.exports = erotic
//# sourceMappingURL=index.js.map
module.exports = erotic

@@ -69,3 +69,2 @@ const getLastItem = (array) => {

module.exports.getStackHeading = getStackHeading
module.exports.getCallerFromArguments = getCallerFromArguments
//# sourceMappingURL=lib.js.map
module.exports.getCallerFromArguments = getCallerFromArguments

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

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

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

{
"name": "erotic",
"version": "2.0.1",
"version": "2.0.2",
"description": "Capture error stacks in asynchronous functions at the point of call.",
"main": "build",
"module": "src/index.js",
"scripts": {

@@ -11,3 +12,3 @@ "t": "zoroaster -a",

"doc": "NODE_DEBUG=doc doc documentary -o README.md",
"b": "alamode src -o build -i hide.js",
"b": "alamode src -o build -i hide.js -s",
"build": "yarn-s doc b",

@@ -22,3 +23,4 @@ "e": "node example",

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

@@ -50,12 +52,12 @@ "repository": {

"devDependencies": {
"alamode": "1.4.0",
"documentary": "1.15.1",
"alamode": "1.6.1",
"documentary": "1.20.1",
"eslint-config-artdeco": "1.0.1",
"noddy": "1.1.1",
"yarn-s": "1.1.0",
"zoroaster": "3.1.0"
"zoroaster": "3.6.6"
},
"dependencies": {
"@artdeco/clean-stack": "1.0.0"
"@artdeco/clean-stack": "1.0.1"
}
}

@@ -26,3 +26,2 @@ <a href="https://artdeco.bz/erotic"><img align="right" src="./logo.jpg" width="225" alt="Erotic" />

* [Use Case: Assertion Library](#use-case-assertion-library)
- [TODO](#todo)
- [Copyright](#copyright)

@@ -325,9 +324,9 @@

at Object.<anonymous> (/Users/zavr/adc/erotic/example/assert-node.js:13:3)
at Module._compile (module.js:652:30)
at Module._compile (module.js:653:30)
at Module._compile (/Users/zavr/adc/erotic/node_modules/pirates/lib/index.js:83:24)
at Module._extensions..js (module.js:663:10)
at Module._extensions..js (module.js:664:10)
at Object.newLoader [as .js] (/Users/zavr/adc/erotic/node_modules/pirates/lib/index.js:88:7)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
```

@@ -363,5 +362,3 @@

## TODO
- [ ] Create a function to remember all `async` calls ([Missing stack traces from async functions after the first await](https://github.com/nodejs/node/issues/11865)).

@@ -372,5 +369,5 @@ ## Copyright

(c) [Art Deco][1] 2018
(c) [Art Deco][1] 2019
[1]: https://artdeco.bz
[1]: https://artd.eco
[2]: https://publicdomainreview.org/2015/03/11/sex-and-science-in-robert-thorntons-temple-of-flora/
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