Socket
Socket
Sign inDemoInstall

impress

Package Overview
Dependencies
Maintainers
4
Versions
719
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

impress - npm Package Compare versions

Comparing version 2.0.12 to 2.0.13

types/application.d.ts

8

CHANGELOG.md

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

## [2.0.13][] - 2021-03-05
- Remove Schema and use metaschema instead
- Add .d.ts typing
## [2.0.12][] - 2021-03-02

@@ -107,3 +112,4 @@

[unreleased]: https://github.com/metarhia/impress/compare/v2.0.12...HEAD
[unreleased]: https://github.com/metarhia/impress/compare/v2.0.13...HEAD
[2.0.13]: https://github.com/metarhia/impress/compare/v2.0.12...v2.0.13
[2.0.12]: https://github.com/metarhia/impress/compare/v2.0.11...v2.0.12

@@ -110,0 +116,0 @@ [2.0.11]: https://github.com/metarhia/impress/compare/v2.0.10...v2.0.11

4

lib/procedure.js
'use strict';
const { metautil } = require('./dependencies.js').metarhia;
const { metautil, metaschema } = require('./dependencies.js').metarhia;
const { Semaphore, createAbortController } = metautil;
const { Schema } = require('./schema.js');
const { Schema } = metaschema;

@@ -8,0 +8,0 @@ const EMPTY_CONTEXT = Object.freeze({});

{
"name": "impress",
"version": "2.0.12",
"version": "2.0.13",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",

@@ -53,10 +53,13 @@ "description": "Enterprise application server for Node.js",

"main": "impress.js",
"types": "types/impress.d.ts",
"files": [
"lib/",
"schemas/"
"schemas/",
"types/"
],
"scripts": {
"test": "npm run lint && metatests test/",
"lint": "eslint . && prettier -c \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.yml\"",
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.yml\""
"test": "npm run lint && npm run types && metatests test/",
"types": "tsc -p types/tsconfig.json",
"lint": "eslint . && prettier -c \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.yml\" \"**/*.ts\"",
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.yml\" \"**/*.ts\""
},

@@ -70,6 +73,8 @@ "engines": {

"metalog": "^3.1.0",
"metautil": "^3.5.0",
"metaschema": "^1.0.0",
"metautil": "^3.5.1",
"metavm": "^1.0.0"
},
"devDependencies": {
"@types/node": "^14.14.31",
"eslint": "^7.21.0",

@@ -82,4 +87,5 @@ "eslint-config-metarhia": "^7.0.1",

"metatests": "^0.7.2",
"prettier": "^2.2.1"
"prettier": "^2.2.1",
"typescript": "^4.2.3"
}
}
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