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

compilerr

Package Overview
Dependencies
Maintainers
1
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compilerr - npm Package Compare versions

Comparing version 11.0.8 to 11.0.9

build/es5/bundle.js

12

package.json

@@ -32,4 +32,4 @@ {

"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.45.0",
"eslint-config-holy-grail": "^57.2.17",
"eslint": "^8.46.0",
"eslint-config-holy-grail": "^57.2.20",
"grunt": "^1.6.1",

@@ -52,3 +52,3 @@ "grunt-cli": "^1.4.3",

"rimraf": "^5.0.1",
"rollup": "^3.26.3",
"rollup": "^3.27.2",
"sinon": "^15.2.0",

@@ -87,3 +87,3 @@ "sinon-chai": "^3.7.0",

"scripts": {
"build": "rimraf build/* && tsc --project src/tsconfig.json && babel ./build/es2019 --config-file ./config/babel/build.json --out-dir ./build/node",
"build": "rimraf build/* && tsc --project src/tsconfig.json && rollup --config config/rollup/bundle.mjs && babel ./build/es2019 --config-file ./config/babel/build.json --out-dir ./build/node",
"lint": "npm run lint:config && npm run lint:src && npm run lint:test",

@@ -94,7 +94,7 @@ "lint:config": "eslint --config config/eslint/config.json --ext .js --report-unused-disable-directives config/",

"prepare": "husky install",
"prepublishOnly": "grunt build",
"prepublishOnly": "npm run build",
"test": "grunt lint && grunt test"
},
"types": "build/es2019/module.d.ts",
"version": "11.0.8"
"version": "11.0.9"
}
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