New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@app-masters/js-lib

Package Overview
Dependencies
Maintainers
5
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@app-masters/js-lib - npm Package Compare versions

Comparing version 1.1.44 to 1.1.50

dist/plural.js

5

CHANGELOG.md

@@ -10,2 +10,7 @@ # Changelog

## [1.1.50] - 2018-11-07
### Changed
- Added Plural module
## [1.1.44] - 2018-11-07

@@ -12,0 +17,0 @@ ### Changed

0

dist/dateTime.js

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -72,2 +72,8 @@ "use strict";

});
Object.defineProperty(exports, "Plural", {
enumerable: true,
get: function get() {
return _plural.default;
}
});

@@ -96,2 +102,4 @@ var _http = _interopRequireDefault(require("./http"));

var _plural = _interopRequireDefault(require("./plural"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Http from './dist/http';

{
"name": "@app-masters/js-lib",
"version": "1.1.44",
"version": "1.1.50",
"description": "JS lib",

@@ -35,2 +35,3 @@ "main": "dist/index.js",

"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"jest": "^21.2.1",

@@ -42,3 +43,6 @@ "nock": "^9.0.27",

"moment": "^2.0.0"
},
"dependencies": {
"moment": "^2.22.2"
}
}

@@ -0,0 +0,0 @@ # JS-Lib

@@ -0,0 +0,0 @@ import * as moment from 'moment';

@@ -0,0 +0,0 @@ import moment from 'moment';

@@ -0,0 +0,0 @@ // This file is used just to make "storage" work.

@@ -0,0 +0,0 @@ export default function setup (accessToken, env, version, logOnDev, initializedCallback) {

@@ -0,0 +0,0 @@ import ErrorHandler from './httpErrorHandler';

@@ -0,0 +0,0 @@ import Rollbar from './rollbar';

4

src/index.js

@@ -12,2 +12,3 @@ import Http from './http';

import Notification from './notification';
import Plural from "./plural";

@@ -25,3 +26,4 @@ export {

HttpErrorHandler,
Notification
Notification,
Plural
};

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

@@ -0,0 +0,0 @@ import NotificationWeb from './notificationWeb';

@@ -0,0 +0,0 @@ class NotificationCordova {

@@ -0,0 +0,0 @@ import Http from './http';

@@ -0,0 +0,0 @@ import Text from './text';

@@ -0,0 +0,0 @@ import rbar from './dependencies/rollbar';

@@ -0,0 +0,0 @@ import FlexStorage from './dependencies/flexStorage';

@@ -0,0 +0,0 @@ class Text {

@@ -0,0 +0,0 @@ let minActualClientVersion = null;

@@ -0,0 +0,0 @@ /* global test, expect */

@@ -0,0 +0,0 @@ /* global test, expect, jest */

@@ -0,0 +0,0 @@ /* global test, expect, jest */

@@ -0,0 +0,0 @@ const localStorageMock = (function () {

@@ -0,0 +0,0 @@ const envs = {};

@@ -0,0 +0,0 @@ {

Sorry, the diff of this file is not supported yet

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