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

atom-package-manager

Package Overview
Dependencies
Maintainers
5
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atom-package-manager - npm Package Compare versions

Comparing version 0.116.0 to 0.117.0

templates/language/settings/language-__package-name__.cson

2

lib/config.js

@@ -117,3 +117,3 @@ (function() {

var _ref;
return (_ref = process.env.ATOM_NODE_VERSION) != null ? _ref : '0.18.0';
return (_ref = process.env.ATOM_NODE_VERSION) != null ? _ref : '0.20.0';
},

@@ -120,0 +120,0 @@ getNodeArch: function() {

@@ -32,3 +32,3 @@ (function() {

this.directoryMappings = {
'Preferences': 'scoped-properties',
'Preferences': 'settings',
'Snippets': 'snippets',

@@ -244,3 +244,3 @@ 'Syntaxes': 'grammars'

preferencesBySelector = {};
destination = path.join(this.destinationPath, 'scoped-properties');
destination = path.join(this.destinationPath, 'settings');
_ref = fs.readdirSync(sourcePreferences);

@@ -247,0 +247,0 @@ for (_i = 0, _len = _ref.length; _i < _len; _i++) {

{
"name": "atom-package-manager",
"description": "Atom package manager",
"version": "0.116.0",
"version": "0.117.0",
"licenses": [

@@ -6,0 +6,0 @@ {

@@ -5,2 +5,2 @@ # __package-name__ package

![A screenshot of your spankin' package](https://f.cloud.github.com/assets/69169/2290250/c35d867a-a017-11e3-86be-cd7c5bf3ff9b.gif)
![A screenshot of your package](https://f.cloud.github.com/assets/69169/2290250/c35d867a-a017-11e3-86be-cd7c5bf3ff9b.gif)

Sorry, the diff of this file is not supported yet

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