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

@userlike/messenger-types

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@userlike/messenger-types - npm Package Compare versions

Comparing version 0.0.1-alpha.13 to 0.0.1-alpha.16

8

CHANGELOG.md

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

## [0.0.1-alpha.16](https://github.com/userlike/messenger/compare/v0.0.1-alpha.15...v0.0.1-alpha.16) (2020-08-06)
**Note:** Version bump only for package @userlike/messenger-types
## [0.0.1-alpha.13](https://github.com/userlike/messenger/compare/v0.0.1-alpha.12...v0.0.1-alpha.13) (2020-07-20)

@@ -8,0 +16,0 @@

8

dist/es/ActionResult.js

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

export const success = (a) => ({
export var success = function (a) { return ({
kind: "success",
value: a,
});
export const err = (err) => ({
}); };
export var err = function (err) { return ({
kind: "error",
error: err,
});
}); };
{
"name": "@userlike/messenger-types",
"version": "0.0.1-alpha.13",
"version": "0.0.1-alpha.16",
"main": "dist/cjs/index.js",

@@ -8,6 +8,7 @@ "module": "dist/es/index.js",

"sideEffects": false,
"scripts": {
"build": "tsc",
"build:cjs": "tsc -b tsconfig.cjs.json",
"clean": "rm -rf dist"
"homepage": "https://github.com/userlike/messenger",
"repository": {
"type": "git",
"url": "https://github.com/userlike/messenger.git",
"directory": "packages/messenger-types"
},

@@ -19,6 +20,13 @@ "license": "MIT",

],
"scripts": {
"build": "tsc",
"build:cjs": "tsc -b tsconfig.cjs.json",
"clean": "rm -rf dist",
"lint": "eslint src --ext .ts",
"test": "jest"
},
"publishConfig": {
"access": "public"
},
"gitHead": "afb81c1568fd76b9876e1f153f50b45acf0d60c8"
"gitHead": "a294b83c95840cf74a1d3711946415dd59b470ce"
}

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

See `@userlike/messenger` for further details.
See the [homepage]().
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