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

rc-js-util

Package Overview
Dependencies
Maintainers
1
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-js-util - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

18

package.json
{
"name": "rc-js-util",
"version": "0.0.0",
"main": "bin/index.js",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "tsc -d",
"lint": "tslint -p tsconfig.json -c tslint.json",
"prepare": "rm -rf bin && npm run lint && npm run build"
"prepare": "rm -rf bin && npm run lint && npm run build && npm run test",
"test": "jasmine --config=jasmine.json"
},
"devDependencies": {
"@types/jasmine": "^2.8.8",
"jasmine": "^3.1.0",
"jasmine-core": "^3.1.0",
"tslint": "^5.10.0",
"typescript": "^3.5.2"
"@types/jasmine": "^3.5.10",
"jasmine": "^3.5.0",
"jasmine-core": "^3.5.0",
"tslint": "^6.1.2",
"typescript": "~3.9.2",
"rc-lint-rules": "^4.0.0"
},
"private": false
}
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