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

html-to-js-with-require

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-to-js-with-require - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

index.js
var Path = require("path");
var through = require("through2");
var gulp = require("gulp");
module.exports = function(path) {

@@ -4,0 +5,0 @@ // html 所在的路径

{
"name": "html-to-js-with-require",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-footer": "^1.0.5",
"gulp-ng-html2js": "^0.2.2",
"through2": "^2.0.1"
}
}
"_args": [
[{
"raw": "html-to-js-with-require",
"scope": null,
"escapedName": "html-to-js-with-require",
"name": "html-to-js-with-require",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/qianzhixiang/union/code-competion/myApp/www"
]
],
"_from": "html-to-js-with-require@latest",
"_id": "html-to-js-with-require@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/html-to-js-with-require",
"_nodeVersion": "4.4.3",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/html-to-js-with-require-1.0.0.tgz_1479287246890_0.18575930083170533"
},
"_npmUser": {
"name": "zxqian1991",
"email": "zxqian1991@163.com"
},
"_npmVersion": "3.10.6",
"_phantomChildren": {},
"_requested": {
"raw": "html-to-js-with-require",
"scope": null,
"escapedName": "html-to-js-with-require",
"name": "html-to-js-with-require",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/html-to-js-with-require/-/html-to-js-with-require-1.0.0.tgz",
"_shasum": "2ce5ef2075897e6bac166ca106d985f325bea412",
"_shrinkwrap": null,
"_spec": "html-to-js-with-require",
"_where": "/Users/qianzhixiang/union/code-competion/myApp/www",
"author": "",
"dependencies": {},
"description": "",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-footer": "^1.0.5",
"gulp-ng-html2js": "^0.2.2",
"through2": "^2.0.1"
},
"directories": {},
"dist": {
"shasum": "2ce5ef2075897e6bac166ca106d985f325bea412",
"tarball": "https://registry.npmjs.org/html-to-js-with-require/-/html-to-js-with-require-1.0.0.tgz"
},
"keywords": [],
"license": "ISC",
"main": "index.js",
"maintainers": [{
"name": "zxqian1991",
"email": "zxqian1991@163.com"
}],
"name": "html-to-js-with-require",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.1"
}
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