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

@pagedip/util-npm

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pagedip/util-npm - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

lib/index.js

23

package.json
{
"name": "@pagedip/util-npm",
"version": "1.0.1",
"version": "1.1.0",
"public": true,
"author": "Tyler Johnson <tyler@beneaththeink.com>",
"repository": {
"type": "git",
"url": "https://github.com/pagedip/pagedip.git"
"url": "https://github.com/pagedip/pagedip-framework.git"
},
"main": "index.js",
"main": "lib/index.js",
"scripts": {
"clean": "shx rm -f index.js test.js",
"build:test": "rollup test/index.js -c > test.js",
"clean": "shx rm -rf lib",
"build:full": "npm-run-all clean build",
"build": "rollup src/index.js -c > index.js",
"test": "npm run build:test && node test.js",
"prepublish": "npm run build"
"build": "babel src/ --out-dir lib/",
"prepare": "npm run build"
},

@@ -25,10 +24,10 @@ "dependencies": {

"devDependencies": {
"npm-run-all": "^4.1.2",
"rollup": "^0.53.3",
"babel-cli": "^6.26.0",
"npm-run-all": "^4.1.3",
"shx": "^0.2.2"
},
"files": [
"index.js"
"lib"
],
"gitHead": "156b1527f48cc846703f90d9eec8d8267bf3711a"
"gitHead": "61824d5a4a9328b56f9e64421f58fb4a52b012eb"
}
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