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

@magicspace/configs

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magicspace/configs - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

7

package.json
{
"name": "@magicspace/configs",
"version": "0.1.0",
"version": "0.1.1",
"description": "Custom TSLint rules for MagicSpace.",

@@ -24,7 +24,8 @@ "repository": "https://github.com/makeflow/magicspace.git",

"dependencies": {
"tslint-config-prettier": "^1.10.0",
"@magicspace/tslint-rules": "^0.1.0"
"@magicspace/tslint-rules": "^0.1.0",
"tslint-config-prettier": "^1.10.0"
},
"devDependencies": {
"prettier": "^1.14.0",
"resolve": "^1.8.1",
"tslint": "^5.11.0"

@@ -31,0 +32,0 @@ },

@@ -0,1 +1,3 @@

const resolve = require('resolve');
module.exports = {

@@ -287,3 +289,3 @@ defaultSeverity: 'error',

},
rulesDirectory: ['@magicspace/tslint-rules/bld/rules'],
rulesDirectory: [resolve.sync('@magicspace/tslint-rules/bld/rules')],
};
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