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

@applitools/utils

Package Overview
Dependencies
Maintainers
22
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/utils - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

dist/src/utility-types.js

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Changelog

## 1.1.3 - 2021/4/12
- add utility types
## 1.1.2 - 2021/3/31

@@ -8,0 +12,0 @@

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.geometry = exports.general = exports.guard = exports.types = void 0;
__exportStar(require("./src/utility-types"), exports);
exports.types = require("./src/types");

@@ -5,0 +16,0 @@ exports.guard = require("./src/guard");

50

package.json
{
"name": "@applitools/utils",
"version": "1.1.2",
"version": "1.1.3",
"keywords": [

@@ -15,5 +15,4 @@ "applitools",

"homepage": "https://applitools.com",
"author": {
"name": "Applitools Team",
"email": "team@applitools.com"
"bugs": {
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
},

@@ -24,8 +23,12 @@ "repository": {

},
"bugs": {
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Applitools Team",
"email": "team@applitools.com"
},
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"directories": {
"src": "./src",
"test": "./test"
"test": "./test",
"src": "./src"
},

@@ -36,4 +39,16 @@ "files": [

],
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"scripts": {
"lint": "eslint '**/*.ts'",
"build": "tsc",
"preversion": "bongo preversion && yarn build",
"version": "bongo version",
"postversion": "bongo postversion --skip-release-notification",
"deps": "bongo deps",
"prepublish:setup": "echo 'setup is a no-op. Move along, nothing to see here.'"
},
"husky": {
"hooks": {
"pre-push": "yarn bongo lint"
}
},
"dependencies": {},

@@ -52,20 +67,5 @@ "devDependencies": {

},
"scripts": {
"lint": "eslint '**/*.ts'",
"build": "tsc",
"preversion": "bongo preversion && yarn build",
"version": "bongo version",
"postversion": "bongo postversion --skip-release-notification",
"deps": "bongo deps",
"prepublish:setup": "echo 'setup is a no-op. Move along, nothing to see here.'"
},
"license": "SEE LICENSE IN LICENSE",
"engines": {
"node": ">= 8.9.0"
},
"husky": {
"hooks": {
"pre-push": "yarn bongo lint"
}
}
}

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

export * from './src/utility-types';
export * as types from './src/types';

@@ -2,0 +3,0 @@ export * as guard from './src/guard';

Sorry, the diff of this file is not supported yet

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