You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

inject-tags

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inject-tags - npm Package Compare versions

Comparing version

to
1.0.1

lib/cjs/index.js

7

package.json
{
"name": "inject-tags",
"version": "1.0.0",
"version": "1.0.1",
"description": "(web) Help inserting advertising pixel tag into a container in the DOM",
"main": "lib/index.js",
"jsnext:main": "lib/esm/index.js",
"main": "lib/cjs/index.js",
"scripts": {
"lint": "eslint src test",
"test": "npm run build && mocha --compilers js:babel-register",
"build": "BABEL_ENV=production babel --out-dir lib src/",
"build": "BABEL_ENV=production_cjs babel --out-dir lib/cjs src/ && BABEL_ENV=production_esm babel --out-dir lib/esm src/",
"watch": "babel --out-dir lib src/ --watch",

@@ -11,0 +12,0 @@ "prepublish": "npm run lint && npm run build"