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

gardr-ext

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gardr-ext - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

9

package.json
{
"name": "gardr-ext",
"version": "0.0.1",
"version": "0.0.2",
"description": "The js part of Gardr which embeds external content inside the iframe",

@@ -8,3 +8,5 @@ "main": "./src/index.js",

"lint": "./node_modules/.bin/jshint --reporter node_modules/jshint-stylish/stylish.js src test --exclude test/lib",
"test": "npm run lint && ./node_modules/karma/bin/karma start --single-run"
"test": "npm run lint && ./node_modules/karma/bin/karma start --single-run",
"dist": "mkdir -p dist && ./node_modules/.bin/browserify src/index.js -d -s gardr.ext -o dist/gardr.ext.js && ./node_modules/.bin/uglifyjs dist/gardr.ext.js -mc -o dist/gardr.ext.min.js",
"prepublish": "npm run test && npm run dist"
},

@@ -45,3 +47,4 @@ "keywords": [

"jshint": "~2.4.3",
"jshint-stylish": "~0.1.5"
"jshint-stylish": "~0.1.5",
"uglify-js": "~2.4.12"
},

@@ -48,0 +51,0 @@ "dependencies": {

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