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

@designestate/dees-domtools

Package Overview
Dependencies
Maintainers
1
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@designestate/dees-domtools - npm Package Compare versions

Comparing version 1.0.35 to 1.0.36

4

dist_ts/index.d.ts

@@ -8,1 +8,5 @@ export * from './domtools.colors';

export { TypedRequest } from '@apiglobal/typedrequest';
import * as allPlugins from './domtools.plugins';
export declare const plugins: {
smartpromise: typeof allPlugins.smartpromise;
};

8

dist_ts/index.js

@@ -25,3 +25,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.elementBasic = exports.breakpoints = exports.css = void 0;
exports.plugins = exports.elementBasic = exports.breakpoints = exports.css = void 0;
__exportStar(require("./domtools.colors"), exports);

@@ -38,2 +38,6 @@ const elementBasic = __importStar(require("./domtools.elementbasic"));

Object.defineProperty(exports, "TypedRequest", { enumerable: true, get: function () { return typedrequest_1.TypedRequest; } });
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi90cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsb0RBQWtDO0FBRWxDLHNFQUF3RDtBQUk3QixvQ0FBWTtBQUh2QyxvRUFBc0Q7QUFHeEMsa0NBQVc7QUFGekIsb0RBQXNDO0FBRTdCLGtCQUFHO0FBQ1oseUVBQXVEO0FBQTlDLHFIQUFBLFFBQVEsT0FBQTtBQUNqQix3REFBdUQ7QUFBOUMsNEdBQUEsWUFBWSxPQUFBIn0=
const allPlugins = __importStar(require("./domtools.plugins"));
exports.plugins = {
smartpromise: allPlugins.smartpromise
};
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi90cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsb0RBQWtDO0FBRWxDLHNFQUF3RDtBQUk3QixvQ0FBWTtBQUh2QyxvRUFBc0Q7QUFHeEMsa0NBQVc7QUFGekIsb0RBQXNDO0FBRTdCLGtCQUFHO0FBQ1oseUVBQXVEO0FBQTlDLHFIQUFBLFFBQVEsT0FBQTtBQUNqQix3REFBdUQ7QUFBOUMsNEdBQUEsWUFBWSxPQUFBO0FBRXJCLCtEQUFpRDtBQUVwQyxRQUFBLE9BQU8sR0FBRztJQUNyQixZQUFZLEVBQUUsVUFBVSxDQUFDLFlBQVk7Q0FDdEMsQ0FBQSJ9
{
"name": "@designestate/dees-domtools",
"version": "1.0.35",
"version": "1.0.36",
"private": false,

@@ -5,0 +5,0 @@ "description": "tools to simplify complex css structures",

@@ -10,1 +10,7 @@ export * from './domtools.colors';

export { TypedRequest } from '@apiglobal/typedrequest';
import * as allPlugins from './domtools.plugins';
export const plugins = {
smartpromise: allPlugins.smartpromise
}

Sorry, the diff of this file is too big to display

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