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

pigretto

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pigretto - npm Package Compare versions

Comparing version 2.23.0 to 2.24.0

dist/pigretto.ie11.js

9

package.json
{
"name": "pigretto",
"version": "2.23.0",
"version": "2.24.0",
"description": "A JS helper to easily implement proxies, facades, lazy loading and monkey patching using an API with an AOP flavor.",

@@ -22,7 +22,10 @@ "keywords": [

"watch": "WEBPACK_ENV=watch webpack --progress --colors --watch",
"clear-build": "find ./dist ! -name '.gitignore' -type f -exec rm -f {} +",
"clear-build": "find ./dist ! -name '.gitignore' -exec rm -Rf {} +",
"dev-build": "WEBPACK_ENV=dev webpack --progress --colors",
"build": "WEBPACK_ENV=build webpack",
"dev-build-ie11": "WEBPACK_ENV=dev webpack --progress --colors --config webpack.config.ie11.js",
"build-ie11": "WEBPACK_ENV=build webpack --config webpack.config.ie11.js",
"build-all-ie11": "npm run build-ie11 && npm run dev-build-ie11",
"publish-git": "npm publish && git push && git push --tags",
"build-all": "npm run clear-build && npm run build && npm run dev-build && npm run build-module",
"build-all": "npm run clear-build && npm run build && npm run dev-build && npm run build-module && npm run build-all-ie11",
"publish-patch": "npm run build-all && npm version patch && npm run publish-git",

@@ -29,0 +32,0 @@ "publish-minor": "npm run build-all && npm version minor && npm run publish-git",

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