Socket
Socket
Sign inDemoInstall

@pkgr/utils

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pkgr/utils - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.3.5](https://github.com/rx-ts/pkgr/compare/@pkgr/utils@0.3.4...@pkgr/utils@0.3.5) (2020-01-19)
### Bug Fixes
* eslint issues from unicorn ([505f5ef](https://github.com/rx-ts/pkgr/commit/505f5ef3197cc239df4ddcdb4e1d4bb197bc6b77))
## [0.3.4](https://github.com/rx-ts/pkgr/compare/@pkgr/utils@0.3.3...@pkgr/utils@0.3.4) (2019-12-11)

@@ -8,0 +19,0 @@

2

lib/constants.js

@@ -9,3 +9,3 @@ "use strict";

exports.__PROD__ = exports.NODE_ENV === exports.PROD;
exports.NODE_MODULES_REG = /[\\/]node_modules[\\/]/;
exports.NODE_MODULES_REG = /[/\\]node_modules[/\\]/;
exports.CWD = process.cwd();

@@ -12,0 +12,0 @@ exports.EXTENSIONS = ['.ts', '.tsx'].concat(

{
"name": "@pkgr/utils",
"version": "0.3.4",
"version": "0.3.5",
"description": "Shared utils for `@pkgr` packages or any package else",

@@ -27,3 +27,3 @@ "repository": "git+https://github.com/rx-ts/pkgr.git",

"sideEffects": false,
"gitHead": "9846bb93892e6390191ce0d9e134a04cf1f63f15"
"gitHead": "2909eb5e0a3335956b98231115b5d34fc64596fb"
}
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