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

@blueprintjs/icons

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blueprintjs/icons - npm Package Compare versions

Comparing version 2.0.0-rc.2 to 2.0.0-rc.3

5

lib/cjs/index.js

@@ -8,5 +8,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var IconContents = require("./generated/iconContents");
var tslib_1 = require("tslib");
var IconContents = tslib_1.__importStar(require("./generated/iconContents"));
exports.IconContents = IconContents;
var IconNames = require("./generated/iconNames");
var IconNames = tslib_1.__importStar(require("./generated/iconNames"));
exports.IconNames = IconNames;

@@ -13,0 +14,0 @@ var iconSvgPaths_1 = require("./generated/iconSvgPaths");

18

package.json
{
"name": "@blueprintjs/icons",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"description": "Components, fonts, icons, and css files for creating and displaying icons.",

@@ -12,3 +12,3 @@ "main": "lib/cjs/index.js",

"scripts": {
"compile": "npm-run-all -s 'compile:pre' -p 'compile:*'",
"compile": "npm-run-all -s \"compile:pre\" -p \"compile:*\"",
"compile:pre": "generate-icons-source",

@@ -19,10 +19,10 @@ "compile:esm": "tsc -p ./src",

"clean": "rm -rf dist/* && rm -rf lib/* && rm -rf src/generated/*",
"dev": "npm-run-all -p 'compile:esm -- --watch' 'compile:css -- --watch'",
"dist": "npm-run-all -s 'dist:*'",
"dist:bundle": "NODE_ENV=production webpack",
"dev": "npm-run-all -p \"compile:esm -- --watch\" \"compile:css -- --watch\"",
"dist": "npm-run-all -s \"dist:*\"",
"dist:bundle": "cross-env NODE_ENV=production webpack",
"dist:variables": "generate-css-variables generated/_icon-variables.scss",
"dist:verify": "assert-package-layout",
"lint": "npm-run-all -p lint:stylelint lint:tslint",
"lint:stylelint": "stylelint -s scss 'src/**/*.scss'",
"lint:tslint": "tslint '{src,test}/**/*.{ts,tsx}' -e 'src/generated/**/*' -c ../tslint-config -t codeFrame",
"lint:stylelint": "stylelint -s scss \"src/**/*.scss\"",
"lint:tslint": "tslint \"{src,test}/**/*.{ts,tsx}\" -e \"src/generated/**/*\" -c ../tslint-config -t codeFrame",
"lint-fix": "yarn lint:tslint --fix",

@@ -36,3 +36,3 @@ "test": "npm-run-all -s compile:pre compile:cjs test:pre -p test:iso",

"classnames": "^2.2",
"tslib": "^1.5.0"
"tslib": "^1.9.0"
},

@@ -50,3 +50,3 @@ "devDependencies": {

"tslint": "^5.9.0",
"typescript": "~2.6.2",
"typescript": "~2.7.2",
"webpack": "^3.10.0"

@@ -53,0 +53,0 @@ },

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