Socket
Socket
Sign inDemoInstall

pertain

Package Overview
Dependencies
13
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.9 to 0.1.10

testCjs.js

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [0.1.10](https://github.com/zetlen/pertain/compare/v0.1.9...v0.1.10) (2020-04-06)
### [0.1.9](https://github.com/zetlen/pertain/compare/v0.1.8...v0.1.9) (2020-03-31)

@@ -7,0 +9,0 @@

3

package.json
{
"name": "pertain",
"version": "0.1.9",
"version": "0.1.10",
"publishConfig": {

@@ -33,2 +33,3 @@ "access": "public"

"test:unit": "jest",
"test:universal": "node testCjs.js",
"watch": "run-s \"test:unit -- --watch\"",

@@ -35,0 +36,0 @@ "cov:html": "npm run test && open-cli coverage/lcov-report/index.html",

@@ -1,1 +0,2 @@

module.exports = require('./build/main').default;
const moduleExports = require('./build/main');
module.exports = Object.assign(moduleExports.default, moduleExports)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc