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

frint-compat

Package Overview
Dependencies
Maintainers
6
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frint-compat - npm Package Compare versions

Comparing version 1.3.1 to 1.4.0

2

lib/createApp.spec.js

@@ -8,3 +8,3 @@ 'use strict';

/* eslint-disable import/no-extraneous-dependencies, func-names */
/* global describe, it, window, beforeEach, afterEach, resetDOM */
/* global describe, it, window, beforeEach, resetDOM */
describe('frint-compat › createApp', function () {

@@ -11,0 +11,0 @@ var TestFooService = (0, _.createService)({

@@ -20,3 +20,3 @@ 'use strict';

/* eslint-disable import/no-extraneous-dependencies, func-names */
/* global describe, it, document, before, after */
/* global describe, it, document */
describe('frint-compat › createComponent', function () {

@@ -23,0 +23,0 @@ it('is a function', function () {

@@ -5,8 +5,2 @@ 'use strict';

var _chai2 = _interopRequireDefault(_chai);
var _chaiEnzyme = require('chai-enzyme');
var _chaiEnzyme2 = _interopRequireDefault(_chaiEnzyme);
var _sinon = require('sinon');

@@ -27,7 +21,5 @@

function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } /* eslint-disable import/no-extraneous-dependencies, func-names */
/* global describe, it, before, beforeEach, afterEach */
/* global describe, it, beforeEach, afterEach */
_chai2.default.use((0, _chaiEnzyme2.default)());
describe('frint-compat › extendApp', function () {

@@ -34,0 +26,0 @@ var App = _frint2.default.App;

@@ -16,3 +16,3 @@ 'use strict';

/* eslint-disable import/no-extraneous-dependencies, func-names */
/* global describe, it, beforeEach, afterEach, window, document */
/* global describe, it, window, document */
describe('frint-compat › components › mapToProps', function () {

@@ -19,0 +19,0 @@ it('is a function', function () {

@@ -18,3 +18,3 @@ 'use strict';

/* eslint-disable import/no-extraneous-dependencies, func-names */
/* global before, afterEach, beforeEach, describe, it, window, document, resetDOM */
/* global describe, it, window, document, resetDOM */
describe('frint-compat › components › Region', function () {

@@ -21,0 +21,0 @@ function generateCoreAppTemplate() {

{
"name": "frint-compat",
"version": "1.3.1",
"version": "1.4.0",
"description": "Backwards compatibility package for Frint",

@@ -32,4 +32,4 @@ "main": "lib/index.js",

"frint": "^1.3.1",
"frint-model": "^1.3.1",
"frint-react": "^1.3.1",
"frint-model": "^1.4.0",
"frint-react": "^1.4.0",
"frint-store": "^1.3.1",

@@ -36,0 +36,0 @@ "lodash": "^4.13.1",

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