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

ssr-window

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssr-window - npm Package Compare versions

Comparing version 3.0.0-alpha.2 to 3.0.0-alpha.3

ssr-window.esm.js

48

package.json
{
"name": "ssr-window",
"version": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"description": "Better handling for window object in SSR environment",
"main": "dist/ssr-window.js",
"jsnext:main": "dist/ssr-window.esm.js",
"module": "dist/ssr-window.esm.js",
"typings": "dist/types/ssr-window.d.ts",
"scripts": {
"build:dev": "tsc --declarationDir build/types --emitDeclarationOnly --declaration true && NODE_ENV=development node ./scripts/build",
"build:prod": "tsc --declarationDir dist/types --emitDeclarationOnly --declaration true && NODE_ENV=production node ./scripts/build",
"serve": "serve",
"lint": "eslint --ext .js,.ts,.tsx .",
"prettier": "prettier \"**/*.+(js|json|scss)\"",
"format": "npm run prettier -- --write",
"check-format": "npm run prettier -- --list-different",
"test": "node ./scripts/test",
"validate": "npm-run-all --parallel test check-format lint",
"release": "npm run validate && node ./scripts/release"
},
"main": "ssr-window.umd.js",
"jsnext:main": "ssr-window.esm.js",
"module": "ssr-window.esm.js",
"typings": "types/ssr-window.d.ts",
"repository": {

@@ -35,25 +23,3 @@ "type": "git",

},
"homepage": "https://github.com/nolimits4web/ssr-window",
"devDependencies": {
"@rollup/plugin-node-resolve": "^7.1.3",
"@rollup/plugin-typescript": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"exec-sh": "^0.3.4",
"husky": "^4.2.5",
"inquirer": "^7.1.0",
"lint-staged": "^10.2.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"rollup": "^2.8.2",
"serve": "^11.3.0",
"terser": "^4.6.13",
"typescript": "^3.8.3"
},
"dependencies": {}
}
"homepage": "https://github.com/nolimits4web/ssr-window"
}
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