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

@-0/hdom

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@-0/hdom - npm Package Compare versions

Comparing version 0.2.87 to 0.2.88

14

jest.config.ts
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node', // "jsdom",
preset: "ts-jest",
testEnvironment: "node", // "jsdom",
testMatch: [ "**/**/*.test.(js|ts|tsx)" ],
// moduleFileExtensions: ["js", "ts", "jsx", "tsx", "json", "node"],
verbose: true,
transform: {
'^.+\\.js$': 'babel-jest',
'^.+\\.(ts|tsx)$': 'ts-jest'
"^.+\\.js$": "babel-jest",
"^.+\\.(ts|tsx)$": "ts-jest"
},
transformIgnorePatterns: [ 'node_modules/?!(@-0)' ],
watchPathIgnorePatterns: [ '^.+\\.repl.(ts|js)$' ]
transformIgnorePatterns: [ "node_modules/?!(@-0)" ],
watchPathIgnorePatterns: [ "^.+\\.repl.(ts|js)$" ]
}

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.2.87",
"version": "0.2.88",
"description": "DOM target provided by http://thi.ng/hdom",

@@ -45,6 +45,6 @@ "main": "./lib/index.js",

"dependencies": {
"@-0/keys": "^0.2.84",
"@-0/utils": "^0.2.81",
"@-0/spool": "^0.2.91",
"@-0/browser": "^0.2.89"
"@-0/keys": "^0.2.85",
"@-0/utils": "^0.2.82",
"@-0/spool": "^0.2.92",
"@-0/browser": "^0.2.90"
},

@@ -68,3 +68,3 @@ "devDependencies": {

"cross-env": "^7.0.3",
"eslint": "^7.18.0",
"eslint": "^7.19.0",
"gh-pages": "^3.1.0",

@@ -71,0 +71,0 @@ "jest": "^26.6.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