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.2 to 0.1.3

2

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

@@ -5,0 +5,0 @@ "repository": "https://github.com/makeflow/magicspace.git",

const resolve = require('resolve');
const Path = require('path');

@@ -289,3 +290,5 @@ module.exports = {

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