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

nanoislands

Package Overview
Dependencies
Maintainers
6
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nanoislands - npm Package Compare versions

Comparing version 1.0.15-beta to 1.0.15-gamma

2

libs/nanoblocks.js

@@ -104,3 +104,3 @@ /**

var ch = value.charAt(0);
return (ch === '[' || ch === '{') ? eval('(' + value + ')') : value;
return (ch === '[' || ch === '{') ? JSON.parse(value) : value;
}

@@ -107,0 +107,0 @@ };

@@ -9,3 +9,3 @@ {

"description": "Yate/Stylus/jQuery-UI library for Yandex corporate style",
"version": "1.0.15-beta",
"version": "1.0.15-gamma",
"licence": "MIT",

@@ -12,0 +12,0 @@ "homepage": "http://yandex-ui.github.io/nanoislands/",

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