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

post-me

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

post-me - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

CHANGELOG.md

23

package.json
{
"name": "post-me",
"version": "0.4.3",
"version": "0.4.4",
"description": "Use web Workers and other Windows through a simple Promise API",

@@ -12,3 +12,7 @@ "author": {

"homepage": "https://github.com/alesgenova/post-me",
"repository": "github:alesgenova/post-me",
"repository": {
"type": "git",
"url": "https://github.com/alesgenova/post-me.git",
"directory": "packages/core"
},
"bugs": {

@@ -23,3 +27,3 @@ "url": "https://github.com/alesgenova/post-me/issues",

},
"module": "./dist/index.es5.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",

@@ -31,11 +35,9 @@ "files": [

"scripts": {
"build": "npm run build:src && npm run build:min && npm run build:types",
"build": "npm run build:src && npm run build:types",
"build:src": "rollup -c",
"build:types": "tsc --emitDeclarationOnly",
"build:min": "uglifyjs dist/index.js -o dist/index.min.js",
"build:docs": "npm run build:types && api-extractor run --local --verbose && api-documenter markdown -i=docs/input -o=docs/output",
"build:docs": "npm run build:types && api-extractor run --local --verbose",
"build:demo": "npm run build:src && node demo/build.js www",
"prepublishOnly": "npm run build",
"demo": "npm run build:demo && npx serve www",
"deploy:docs": "npm run build:docs && gh-pages -d docs/output",
"deploy:demo": "npm run build:demo && gh-pages -d www",

@@ -50,7 +52,5 @@ "test": "jest --coverage tests",

},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.12.11",
"@microsoft/api-documenter": "^7.12.6",
"@microsoft/api-extractor": "^7.13.0",

@@ -70,4 +70,3 @@ "@rollup/plugin-babel": "^5.2.2",

"tslib": "^2.0.3",
"typescript": "^4.1.3",
"uglify-js": "^3.12.4"
"typescript": "^4.1.3"
},

@@ -98,2 +97,2 @@ "husky": {

]
}
}
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