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

@stencila/logga

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

@stencila/logga - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

7

CHANGELOG.md

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

## [1.4.1](https://github.com/stencila/logga/compare/v1.4.0...v1.4.1) (2019-11-10)
### Bug Fixes
* **Package:** Remove browser property of package.json ([fe7a7d8](https://github.com/stencila/logga/commit/fe7a7d8))
# [1.4.0](https://github.com/stencila/logga/compare/v1.3.0...v1.4.0) (2019-10-17)

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

2

dist/browser/index.js

@@ -8,2 +8,2 @@ parcelRequire=function(e,r,t,n){var i,o="function"==typeof parcelRequire&&parcelRequire,u="function"==typeof require&&require;function f(t,n){if(!r[t]){if(!e[t]){var i="function"==typeof parcelRequire&&parcelRequire;if(!n&&i)return i(t,!0);if(o)return o(t,!0);if(u&&"string"==typeof t)return u(t);var c=new Error("Cannot find module '"+t+"'");throw c.code="MODULE_NOT_FOUND",c}p.resolve=function(r){return e[t][1][r]||r},p.cache={};var l=r[t]=new f.Module(t);e[t][0].call(l.exports,p,l,l.exports,this)}return r[t].exports;function p(e){return f(p.resolve(e))}}f.isParcelRequire=!0,f.Module=function(e){this.id=e,this.bundle=f,this.exports={}},f.modules=e,f.cache=r,f.parent=o,f.register=function(r,t){e[r]=[function(e,r){r.exports=t},{}]};for(var c=0;c<t.length;c++)try{f(t[c])}catch(e){i||(i=e)}if(t.length){var l=f(t[t.length-1]);"object"==typeof exports&&"undefined"!=typeof module?module.exports=l:"function"==typeof define&&define.amd?define(function(){return l}):n&&(this[n]=l)}if(parcelRequire=f,i)throw i;return f}({"g5IB":[function(require,module,exports) {

},{"process":"g5IB"}]},{},["QCba"], "logga")
//# sourceMappingURL=index.js.map
//# sourceMappingURL=/index.js.map
{
"name": "@stencila/logga",
"version": "1.4.0",
"version": "1.4.1",
"description": "Unified logging across related Javascript modules",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"browser": "dist/browser/index.js",
"browserslist": [

@@ -21,3 +20,3 @@ "> 0.2%",

"test:browser": "jest --env=jsdom",
"build": "tsc && parcel build index.ts -d dist/browser --public-url . --global logga"
"build": "tsc && parcel build index.ts --out-dir dist/browser --global logga"
},

@@ -24,0 +23,0 @@ "repository": {

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