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

@acpaas-ui/js-eid-utils

Package Overview
Dependencies
Maintainers
8
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acpaas-ui/js-eid-utils - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.babelrc

48

package.json
{
"name": "@acpaas-ui/js-eid-utils",
"version": "1.0.1",
"$rollup": {
"fileName": "acpaas-ui-js-eid-utils",
"moduleName": "EIDUtils"
},
"version": "1.0.2",
"description": "",

@@ -10,2 +14,22 @@ "main": "acpaas-ui-js-eid-utils.umd.js",

"typings": "acpaas-ui-js-eid-utils.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"rollup": "./node_modules/.bin/rollup -c --extend",
"********************** TEST **********************": "",
"lint": "./node_modules/.bin/eslint .",
"test": "cross-env NODE_ENV=test mocha --require babel-register -t 2000 --recursive",
"test:watch": "npm run test -- -w",
"test:coverage": "nyc --reporter=lcov --reporter=text-summary npm test",
"coverage:serve": "lite-server",
"********************** DEPLOY **********************": "",
"copy": "npm run copy:types && npm run copy:packageJson && npm run copy:readme",
"copy:types": "copy \"src/*.d.ts\" dist/",
"copy:packageJson": "node ../../scripts/package.js eid-utils",
"copy:readme": "copy \"README.md\" dist/",
"clean": "rimraf dist",
"build": "npm run clean && npm run rollup && npm run copy",
"prepublishOnly": "npm run build"
},
"author": "",

@@ -16,3 +40,23 @@ "license": "ISC",

"rxjs": "^5.1.0"
},
"devDependencies": {
"@studiohyperdrive/eslint-config": "^3.0.2",
"babel-core": "^6.26.3",
"babel-istanbul": "^0.12.2",
"babel-plugin-rewire": "^1.1.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"chai-shallow-deep-equal": "^1.4.6",
"copy": "^0.3.2",
"cross-env": "^5.1.5",
"eslint": "^4.19.1",
"eslint-plugin-chai-friendly": "^0.4.1",
"mocha": "^5.1.1",
"rimraf": "^2.7.1",
"rollup": "^0.58.2",
"sinon": "^5.0.7",
"sinon-chai": "^3.0.0"
}
}
}
acpaas-ui-js-eid-utils.amd.js
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